aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Shelton <stuart@shelton.me>2015-10-12 23:40:02 +0059
committerStuart Shelton <stuart@shelton.me>2015-10-12 23:40:02 +0059
commit1896e329d3caf6b4cfb8a36578ec977edbf3980b (patch)
tree3c565afdc712af57f50a3d8a629e34d9dcd44af1 /sys-devel/gdb/gdb-7.9.1.ebuild
parentUpdate file raspberrypi-firmware-config.txt for sys-boot/raspberrypi-firmware... (diff)
downloadsrcshelton-1896e329d3caf6b4cfb8a36578ec977edbf3980b.tar.gz
srcshelton-1896e329d3caf6b4cfb8a36578ec977edbf3980b.tar.bz2
srcshelton-1896e329d3caf6b4cfb8a36578ec977edbf3980b.zip
Update sys-devel/gdb-7.8.2, sys-devel/gdb-7.9.1
Diffstat (limited to 'sys-devel/gdb/gdb-7.9.1.ebuild')
-rw-r--r--sys-devel/gdb/gdb-7.9.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-7.9.1.ebuild b/sys-devel/gdb/gdb-7.9.1.ebuild
index d31c011e..9a4d0186 100644
--- a/sys-devel/gdb/gdb-7.9.1.ebuild
+++ b/sys-devel/gdb/gdb-7.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: 0f5a4d99b5ebc51df1322064b42957aa0b83d78c $
+# $Id: 965d89bc72db40da7be73a7dfb18d757d452b071 $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -151,6 +151,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. # ' <- Syntax highlight fix
--disable-readline