diff options
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild index 0646fba4d3cd..0ca474be3447 100644 --- a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.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.53.ebuild,v 1.6 2006/07/05 18:23:01 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild,v 1.7 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" + |