diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 13:46:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 13:46:25 +0000 |
commit | 2d068ca6298b6b9f7a74610340a78030b2e1a63b (patch) | |
tree | 54743843a4987e10da4bb354680a03ee80e94dc0 /dev-perl/Locale-PO/Locale-PO-0.14.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-2d068ca6298b6b9f7a74610340a78030b2e1a63b.tar.gz historical-2d068ca6298b6b9f7a74610340a78030b2e1a63b.tar.bz2 historical-2d068ca6298b6b9f7a74610340a78030b2e1a63b.zip |
Adding perl dep; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Locale-PO/Locale-PO-0.14.ebuild')
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.14.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Locale-PO/Locale-PO-0.14.ebuild b/dev-perl/Locale-PO/Locale-PO-0.14.ebuild index a8f4c008ee8a..967ab197158b 100644 --- a/dev-perl/Locale-PO/Locale-PO-0.14.ebuild +++ b/dev-perl/Locale-PO/Locale-PO-0.14.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-PO/Locale-PO-0.14.ebuild,v 1.7 2006/02/06 20:26:39 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.14.ebuild,v 1.8 2006/08/05 13:32:38 mcummings Exp $ inherit perl-module @@ -8,8 +8,8 @@ DESCRIPTION="Object-oriented interface to gettext po-file entries" SRC_URI="mirror://cpan/authors/id/A/AL/ALANSZ/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~alansz/${P}/" -DEPEND="${DEPEND} - sys-devel/gettext" +DEPEND="sys-devel/gettext + dev-lang/perl" RDEPEND="${DEPEND}" SLOT="0" LICENSE="Artistic" @@ -17,3 +17,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" + + |