diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-05-13 03:03:35 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-05-13 03:03:35 +0000 |
commit | f722a7e7ed8aa6c96790032229e441ac49383744 (patch) | |
tree | 92a09fb9e7b8c6ac6001443c5e2047777259c5c3 /dev-util/indent/indent-2.2.9-r3.ebuild | |
parent | CVS snapshot. Fixes GCC 4 build (bug #147269) and excessive files in / (bug (diff) | |
download | gentoo-2-f722a7e7ed8aa6c96790032229e441ac49383744.tar.gz gentoo-2-f722a7e7ed8aa6c96790032229e441ac49383744.tar.bz2 gentoo-2-f722a7e7ed8aa6c96790032229e441ac49383744.zip |
Fixed bug #94837.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util/indent/indent-2.2.9-r3.ebuild')
-rw-r--r-- | dev-util/indent/indent-2.2.9-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/indent/indent-2.2.9-r3.ebuild b/dev-util/indent/indent-2.2.9-r3.ebuild index 792eb0e47ce9..d0fe27ede949 100644 --- a/dev-util/indent/indent-2.2.9-r3.ebuild +++ b/dev-util/indent/indent-2.2.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r3.ebuild,v 1.9 2007/03/17 21:16:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r3.ebuild,v 1.10 2007/05/13 03:03:35 matsuu Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="nls" -DEPEND="virtual/libc" +DEPEND="nls? ( sys-devel/gettext )" +RDEPEND="nls? ( virtual/libintl )" src_unpack() { unpack ${A} |