diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:26:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:26:11 +0000 |
commit | b97b4bca66b34a55497c557d6845fc74f77db7c7 (patch) | |
tree | 38b7146fb8e0fbb7e43e3b66c4dcecb3023f8895 /dev-perl/Text-Iconv | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-b97b4bca66b34a55497c557d6845fc74f77db7c7.tar.gz gentoo-2-b97b4bca66b34a55497c557d6845fc74f77db7c7.tar.bz2 gentoo-2-b97b4bca66b34a55497c557d6845fc74f77db7c7.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Text-Iconv')
-rw-r--r-- | dev-perl/Text-Iconv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/Text-Iconv/ChangeLog b/dev-perl/Text-Iconv/ChangeLog index d504c53c799e..9bdd52438cbb 100644 --- a/dev-perl/Text-Iconv/ChangeLog +++ b/dev-perl/Text-Iconv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Iconv # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.23 2006/04/24 15:48:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.24 2006/08/06 00:26:11 mcummings Exp $ + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Text-Iconv-1.4.ebuild: + Adding perl dep; fixed DEPEND 24 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> Text-Iconv-1.4.ebuild: Add ~x86-fbsd keyword. diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild index 96acc98edd08..6d69ad90d13f 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.12 2006/04/24 15:48:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.13 2006/08/06 00:26:11 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |