diff options
Diffstat (limited to 'sys-devel/gdb/gdb-7.5.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-7.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-7.5.1.ebuild b/sys-devel/gdb/gdb-7.5.1.ebuild index 71a3cdb2e89..e1d16e7b1c3 100644 --- a/sys-devel/gdb/gdb-7.5.1.ebuild +++ b/sys-devel/gdb/gdb-7.5.1.ebuild @@ -81,7 +81,7 @@ src_configure() { local sysroot="${EPREFIX}"/usr/${CTARGET} local myconf=( --with-pkgversion="$(gdb_branding)" - --with-bugurl='http://bugs.gentoo.org/' + --with-bugurl='https://bugs.gentoo.org/' --disable-werror $(is_cross && echo \ --with-sysroot="${sysroot}" \ |