diff options
author | 2006-08-06 00:40:33 +0000 | |
---|---|---|
committer | 2006-08-06 00:40:33 +0000 | |
commit | def9c0a7dc996a8fe9c2b2921077b2e0ad4dc952 (patch) | |
tree | 53cb5572e2c5b613e73952b773a9857d00e993db /dev-perl/TimeDate/TimeDate-1.16.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-def9c0a7dc996a8fe9c2b2921077b2e0ad4dc952.tar.gz gentoo-2-def9c0a7dc996a8fe9c2b2921077b2e0ad4dc952.tar.bz2 gentoo-2-def9c0a7dc996a8fe9c2b2921077b2e0ad4dc952.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/TimeDate/TimeDate-1.16.ebuild')
-rw-r--r-- | dev-perl/TimeDate/TimeDate-1.16.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/TimeDate/TimeDate-1.16.ebuild b/dev-perl/TimeDate/TimeDate-1.16.ebuild index df1e38cab97a..6a9155ed26dd 100644 --- a/dev-perl/TimeDate/TimeDate-1.16.ebuild +++ b/dev-perl/TimeDate/TimeDate-1.16.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/TimeDate/TimeDate-1.16.ebuild,v 1.13 2006/04/24 15:50:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TimeDate/TimeDate-1.16.ebuild,v 1.14 2006/08/06 00:40:33 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |