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