From 3b08f674e3f771b49370edb144dab0958c8cf721 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 31 Aug 2021 08:59:54 +0100 Subject: gentoo resync : 31.08.2021 --- sys-devel/gdb/gdb-10.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-devel/gdb/gdb-10.1.ebuild') diff --git a/sys-devel/gdb/gdb-10.1.ebuild b/sys-devel/gdb/gdb-10.1.ebuild index 43bc2989930f..c751cccea855 100644 --- a/sys-devel/gdb/gdb-10.1.ebuild +++ b/sys-devel/gdb/gdb-10.1.ebuild @@ -46,7 +46,7 @@ SLOT="0" if [[ ${PV} != 9999* ]] ; then KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi -IUSE="cet lzma multitarget nls +python +server source-highlight test vanilla xml xxhash" +IUSE="cet guile lzma multitarget nls +python +server source-highlight test vanilla xml xxhash" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " @@ -65,6 +65,7 @@ RDEPEND=" sys-libs/zlib lzma? ( app-arch/xz-utils ) python? ( ${PYTHON_DEPS} ) + guile? ( >=dev-scheme/guile-2.0 ) xml? ( dev-libs/expat ) source-highlight? ( dev-util/source-highlight @@ -157,8 +158,6 @@ 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 --enable-obsolete # This only disables building in the readline subdir. # For gdb itself, it'll use the system version. @@ -176,6 +175,7 @@ src_configure() { $(use multitarget && echo --enable-targets=all) $(use_with python python "${EPYTHON}") $(use_with xxhash) + $(use_with guile) ) if use sparc-solaris || use x86-solaris ; then # disable largefile support -- cgit v1.2.3