summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-14 14:49:04 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-14 14:49:04 +0000
commitdebd1797fbcb6ef853b1fadc7aec073e7a5a830a (patch)
treede675124d8b40d4fa51bbeba6cd6892ee4dc31e6 /sys-devel/gdb
parentCleanup old. (diff)
downloadgentoo-2-debd1797fbcb6ef853b1fadc7aec073e7a5a830a.tar.gz
gentoo-2-debd1797fbcb6ef853b1fadc7aec073e7a5a830a.tar.bz2
gentoo-2-debd1797fbcb6ef853b1fadc7aec073e7a5a830a.zip
Disable binutils subdirs due to combined git tree #498008 by octoploid.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r--sys-devel/gdb/ChangeLog7
-rw-r--r--sys-devel/gdb/gdb-9999.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog
index 5a6fff12dbf1..12292aec2391 100644
--- a/sys-devel/gdb/ChangeLog
+++ b/sys-devel/gdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gdb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.248 2013/12/09 01:04:05 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.249 2014/01/14 14:49:04 vapier Exp $
+
+ 14 Jan 2014; Mike Frysinger <vapier@gentoo.org> gdb-9999.ebuild:
+ Disable binutils subdirs due to combined git tree #498008 by octoploid.
*gdb-7.6.2 (09 Dec 2013)
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
index fc7a49796be9..39c58e984e6a 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.16 2013/12/09 01:04:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.17 2014/01/14 14:49:04 vapier Exp $
EAPI="3"
@@ -105,6 +105,8 @@ src_configure() {
$(is_cross && echo \
--with-sysroot="${sysroot}" \
--includedir="${sysroot}/usr/include")
+ # Disable modules that are in a combined binutils/gdb tree. #490566
+ --disable-{binutils,etc,gas,gold,gprof,ld}
)
if use server && ! use client ; then