diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:26:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:26:49 +0000 |
commit | 089c5491b0d05277b53a74c3608385a9ea7bea9f (patch) | |
tree | f4835efd4ae8cc4e3e53bc94a03e2c4b3925097b | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-089c5491b0d05277b53a74c3608385a9ea7bea9f.tar.gz gentoo-2-089c5491b0d05277b53a74c3608385a9ea7bea9f.tar.bz2 gentoo-2-089c5491b0d05277b53a74c3608385a9ea7bea9f.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
-rw-r--r-- | dev-perl/AtExit/AtExit-2.01.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/AtExit/ChangeLog | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/AtExit/AtExit-2.01.ebuild b/dev-perl/AtExit/AtExit-2.01.ebuild index f11b12512309..c7dad418190b 100644 --- a/dev-perl/AtExit/AtExit-2.01.ebuild +++ b/dev-perl/AtExit/AtExit-2.01.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/AtExit/AtExit-2.01.ebuild,v 1.10 2006/07/10 14:26:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/AtExit-2.01.ebuild,v 1.11 2006/08/04 22:26:49 mcummings Exp $ inherit perl-module @@ -14,3 +14,5 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="ia64 ppc sparc x86" IUSE="" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/AtExit/ChangeLog b/dev-perl/AtExit/ChangeLog index d6ec12861651..292b553073b0 100644 --- a/dev-perl/AtExit/ChangeLog +++ b/dev-perl/AtExit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/AtExit # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/ChangeLog,v 1.9 2006/07/10 14:26:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/ChangeLog,v 1.10 2006/08/04 22:26:49 mcummings Exp $ + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> AtExit-2.01.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> AtExit-2.01.ebuild: Mark 2.01 stable on ia64 |