summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 01:01:45 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 01:01:45 +0000
commit103c514110b440033ed6d37a398764a0fbac2691 (patch)
tree095f88590af37e39168771fcddbd8f9cd7ddb12a /dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild
parentFixed sys-libs/db dep atom for bug #142045. (diff)
downloadhistorical-103c514110b440033ed6d37a398764a0fbac2691.tar.gz
historical-103c514110b440033ed6d37a398764a0fbac2691.tar.bz2
historical-103c514110b440033ed6d37a398764a0fbac2691.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild')
-rw-r--r--dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild6
1 files changed, 5 insertions, 1 deletions
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}"