diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-15 23:51:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-15 23:51:30 +0000 |
commit | f50fd28d37c85d62c2a7a9a4f3f22d660ba3e251 (patch) | |
tree | 15e82277e6f3bc10e5e0f8e4a058e64812116b3a /dev-libs/elfutils/elfutils-0.94-r1.ebuild | |
parent | Putting ABI stuff inside an 'if use amd64' block. (diff) | |
download | gentoo-2-f50fd28d37c85d62c2a7a9a4f3f22d660ba3e251.tar.gz gentoo-2-f50fd28d37c85d62c2a7a9a4f3f22d660ba3e251.tar.bz2 gentoo-2-f50fd28d37c85d62c2a7a9a4f3f22d660ba3e251.zip |
force gettext in DEPEND #85342
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/elfutils/elfutils-0.94-r1.ebuild')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.94-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/elfutils/elfutils-0.94-r1.ebuild b/dev-libs/elfutils/elfutils-0.94-r1.ebuild index cf73d89b5072..7f99473bf17f 100644 --- a/dev-libs/elfutils/elfutils-0.94-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.94-r1.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.94-r1.ebuild,v 1.13 2005/02/09 19:54:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.94-r1.ebuild,v 1.14 2005/03/15 23:51:30 vapier Exp $ inherit eutils gnuconfig @@ -18,6 +18,7 @@ IUSE="nls uclibc" # gets pulled in as a dep since this package does not respect virtual/libc DEPEND="!uclibc? ( >=sys-libs/glibc-2.3.2 ) + sys-devel/gettext >=sys-devel/binutils-2.14.90.0.6 >=sys-devel/gcc-3.2.1-r6 !dev-libs/libelf" |