summaryrefslogtreecommitdiff
path: root/dev-libs/elfutils
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-14 13:42:34 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-14 13:42:34 -0500
commit522dd0168e6425c375a83dc9dc0b726400a99346 (patch)
tree174e292ca3c0374dd698b9d83a4cd44408b00b17 /dev-libs/elfutils
parent6ffa68b51d52e48b2913c94e2eefbc535ec4b61f (diff)
downloadgentoo-522dd0168e6425c375a83dc9dc0b726400a99346.tar.gz
gentoo-522dd0168e6425c375a83dc9dc0b726400a99346.tar.xz
dev-libs/elfutils: make zlib mandatory #571608
Upstream no longer allows this to be disabled (even if there is a configure flag for it).
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r--dev-libs/elfutils/elfutils-0.165.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/elfutils/elfutils-0.165.ebuild b/dev-libs/elfutils/elfutils-0.165.ebuild
index 3ba03eb7171..5bf686f9c88 100644
--- a/dev-libs/elfutils/elfutils-0.165.ebuild
+++ b/dev-libs/elfutils/elfutils-0.165.ebuild
@@ -13,12 +13,12 @@ SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2-with-exceptions"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="bzip2 lzma nls static-libs test +threads +utils zlib"
+IUSE="bzip2 lzma nls static-libs test +threads +utils"
# 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.8-r1[${MULTILIB_USEDEP}] )
+RDEPEND=">=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
@@ -51,7 +51,7 @@ multilib_src_configure() {
$(use_enable nls) \
$(use_enable threads thread-safety) \
--program-prefix="eu-" \
- $(use_with zlib) \
+ --with-zlib \
$(use_with bzip2 bzlib) \
$(use_with lzma)
}