summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-04 06:58:36 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-04 06:58:36 +0000
commit9643c7afd0e1f9c22cb3839d44210601a029db6a (patch)
treeb0a98ec4dec53118c21a6966202e85f7219bc6ca /dev-libs/elfutils
parentMoved sys-apps/reoback to app-backup/reoback (diff)
downloadgentoo-2-9643c7afd0e1f9c22cb3839d44210601a029db6a.tar.gz
gentoo-2-9643c7afd0e1f9c22cb3839d44210601a029db6a.tar.bz2
gentoo-2-9643c7afd0e1f9c22cb3839d44210601a029db6a.zip
make gettext conditional on USE=nls #97865 by Johan Petersson
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r--dev-libs/elfutils/elfutils-0.108.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/elfutils/elfutils-0.108.ebuild b/dev-libs/elfutils/elfutils-0.108.ebuild
index 43d6e04b266e..44c7aa705005 100644
--- a/dev-libs/elfutils/elfutils-0.108.ebuild
+++ b/dev-libs/elfutils/elfutils-0.108.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.12 2005/06/03 19:15:11 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.13 2005/07/04 06:58:36 vapier Exp $
inherit eutils
@@ -17,10 +17,11 @@ IUSE="nls"
# 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_uclibc? ( >=sys-libs/glibc-2.3.2 )
- sys-devel/gettext
+ nls? ( sys-devel/gettext )
>=sys-devel/binutils-2.14.90.0.6
>=sys-devel/gcc-3.2.1-r6
!dev-libs/libelf"
+RDEPEND=""
src_unpack() {
unpack ${A}