summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-12 12:36:23 -0400
committerMike Frysinger <vapier@gentoo.org>2015-10-12 12:36:37 -0400
commit8060f12710bd38a5aa7bfc9dbf7e75c80e9d7ef8 (patch)
treec2e0f2b86e3907ddb43a327ec6cc1e1bdb2749da /sys-devel/gdb/gdb-7.9.ebuild
parentcache: regen (diff)
downloadtoolchain-8060f12710bd38a5aa7bfc9dbf7e75c80e9d7ef8.tar.gz
toolchain-8060f12710bd38a5aa7bfc9dbf7e75c80e9d7ef8.tar.bz2
toolchain-8060f12710bd38a5aa7bfc9dbf7e75c80e9d7ef8.zip
gdb: force disable guile for now #562902
This requires guile-2.x which is masked in the tree, so just disable it for all builds. If the scheme team ever gets around to releasing this, we can make it into a proper USE flag.
Diffstat (limited to 'sys-devel/gdb/gdb-7.9.ebuild')
-rw-r--r--sys-devel/gdb/gdb-7.9.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/gdb/gdb-7.9.ebuild b/sys-devel/gdb/gdb-7.9.ebuild
index 909d323..fd99675 100644
--- a/sys-devel/gdb/gdb-7.9.ebuild
+++ b/sys-devel/gdb/gdb-7.9.ebuild
@@ -142,6 +142,8 @@ src_configure() {
--enable-64-bit-bfd
--disable-install-libbfd
--disable-install-libiberty
+ # Disable guile for now as it requires guile-2.x #562902
+ --without-guile
# This only disables building in the readline subdir.
# For gdb itself, it'll use the system version.
--disable-readline