sys-devel/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.
This commit is contained in:
Mike Frysinger
2015-10-12 12:35:34 -04:00
parent 19cbd7ec8e
commit 7a79de33ce
4 changed files with 8 additions and 0 deletions

View File

@@ -143,6 +143,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

View File

@@ -128,6 +128,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

View File

@@ -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

View File

@@ -143,6 +143,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