diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
commit | 5db60a0fb4d17ace93a54a273ca1af1705010389 (patch) | |
tree | d1e516f3e0efd6617e9ee8d8e069840980f1296c /dev-perl/Carp-Assert-More | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.gz historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.bz2 historical-5db60a0fb4d17ace93a54a273ca1af1705010389.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Carp-Assert-More')
-rw-r--r-- | dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild | 9 | ||||
-rw-r--r-- | dev-perl/Carp-Assert-More/ChangeLog | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild index a287f6271042..61dfbcf0e0d4 100644 --- a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild +++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.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/Carp-Assert-More/Carp-Assert-More-1.12.ebuild,v 1.9 2006/07/13 04:15:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild,v 1.10 2006/08/04 22:57:53 mcummings Exp $ inherit perl-module @@ -16,6 +16,7 @@ IUSE="" SRC_TEST="do" DEPEND="virtual/perl-Scalar-List-Utils - dev-perl/Carp-Assert - dev-perl/Test-Exception" -RDEPEND="${DEPEND}"
\ No newline at end of file + dev-perl/Carp-Assert + dev-perl/Test-Exception + dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Carp-Assert-More/ChangeLog b/dev-perl/Carp-Assert-More/ChangeLog index d1618d3389ed..f8f7ae9ee189 100644 --- a/dev-perl/Carp-Assert-More/ChangeLog +++ b/dev-perl/Carp-Assert-More/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Carp-Assert-More # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.9 2006/07/13 04:15:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.10 2006/08/04 22:57:53 mcummings Exp $ + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Carp-Assert-More-1.12.ebuild: + Adding perl dep; fixed DEPEND 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> Carp-Assert-More-1.12.ebuild: |