diff options
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.62.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.62.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.62.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.62.ebuild index 6dfca1cbba22..2465650fcc66 100644 --- a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.62.ebuild +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.62.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/locale-maketext-lexicon/locale-maketext-lexicon-0.62.ebuild,v 1.2 2006/07/05 18:23:01 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.62.ebuild,v 1.3 2006/08/06 02:47:44 mcummings Exp $ inherit perl-module @@ -16,7 +16,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/perl-locale-maketext" +DEPEND="virtual/perl-locale-maketext + dev-lang/perl" RDEPEND="${DEPEND}" -SRC_TEST="do"
\ No newline at end of file +SRC_TEST="do" + |