diff options
Diffstat (limited to 'sys-devel/gdb/gdb-7.6.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-7.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-7.6.1.ebuild b/sys-devel/gdb/gdb-7.6.1.ebuild index 2b0d775da57a..3df6b725b8e4 100644 --- a/sys-devel/gdb/gdb-7.6.1.ebuild +++ b/sys-devel/gdb/gdb-7.6.1.ebuild @@ -92,7 +92,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}" |