diff options
Diffstat (limited to 'dev-libs/elfutils/elfutils-0.158.ebuild')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.158.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/elfutils/elfutils-0.158.ebuild b/dev-libs/elfutils/elfutils-0.158.ebuild index d35579bf13f6..655b757ed4f0 100644 --- a/dev-libs/elfutils/elfutils-0.158.ebuild +++ b/dev-libs/elfutils/elfutils-0.158.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.158.ebuild,v 1.13 2014/03/23 17:17:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.158.ebuild,v 1.14 2014/06/18 19:10:28 mgorny Exp $ EAPI="4" @@ -20,9 +20,9 @@ IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never # gets pulled in as a dep since this package does not respect virtual/libc -RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3[${MULTILIB_USEDEP}] ) - bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] ) - lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] ) +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 |