summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/elfutils/elfutils-0.108-r1.ebuild')
-rw-r--r--dev-libs/elfutils/elfutils-0.108-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-libs/elfutils/elfutils-0.108-r1.ebuild b/dev-libs/elfutils/elfutils-0.108-r1.ebuild
index 38d4c45eeadb..4bc95c0f3bd1 100644
--- a/dev-libs/elfutils/elfutils-0.108-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.108-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108-r1.ebuild,v 1.4 2005/12/10 13:51:23 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108-r1.ebuild,v 1.5 2006/01/13 08:40:34 vapier Exp $
inherit eutils
@@ -13,13 +13,13 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="OpenSoftware"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="nls"
+IUSE=""
# 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
DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3.2 )
- nls? ( sys-devel/gettext )
+ sys-devel/gettext
sys-devel/autoconf
>=sys-devel/binutils-2.14.90.0.6
>=sys-devel/gcc-3.2.1-r6
@@ -46,7 +46,6 @@ src_compile() {
econf \
--program-prefix="eu-" \
--enable-shared \
- $(use_enable nls) \
|| die "./configure failed"
emake || die
}