diff options
Diffstat (limited to 'dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild')
-rw-r--r-- | dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild index c98697a27b7f..fa9788cb52b0 100644 --- a/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild +++ b/dev-perl/Locale-gettext/Locale-gettext-1.03.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-gettext/Locale-gettext-1.03.ebuild,v 1.10 2006/07/04 11:44:15 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild,v 1.11 2006/08/05 13:33:32 mcummings Exp $ inherit perl-module @@ -16,7 +16,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="sys-devel/gettext" +DEPEND="sys-devel/gettext + dev-lang/perl" RDEPEND="${DEPEND}" SRC_TEST="do" + + |