diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:40:09 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:40:09 +0000 |
commit | 8606c7489ae894fe9f0351efd4cb4a676ddb2be0 (patch) | |
tree | c38005f3647edada9e6f9f55c7b179650b960c66 /dev-perl/Business-UPS | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-8606c7489ae894fe9f0351efd4cb4a676ddb2be0.tar.gz gentoo-2-8606c7489ae894fe9f0351efd4cb4a676ddb2be0.tar.bz2 gentoo-2-8606c7489ae894fe9f0351efd4cb4a676ddb2be0.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Business-UPS')
-rw-r--r-- | dev-perl/Business-UPS/Business-UPS-2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Business-UPS/ChangeLog | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-perl/Business-UPS/Business-UPS-2.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.0.ebuild index 2c877628a824..78f233883424 100644 --- a/dev-perl/Business-UPS/Business-UPS-2.0.ebuild +++ b/dev-perl/Business-UPS/Business-UPS-2.0.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/Business-UPS/Business-UPS-2.0.ebuild,v 1.6 2006/07/10 14:31:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/Business-UPS-2.0.ebuild,v 1.7 2006/08/04 22:40:09 mcummings Exp $ inherit perl-module @@ -14,3 +14,5 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ia64 sparc x86" SRC_TEST="do" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Business-UPS/ChangeLog b/dev-perl/Business-UPS/ChangeLog index d5c84778200b..3268b8bbcb10 100644 --- a/dev-perl/Business-UPS/ChangeLog +++ b/dev-perl/Business-UPS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Business-UPS # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.6 2006/07/10 14:31:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.7 2006/08/04 22:40:09 mcummings Exp $ + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Business-UPS-2.0.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Business-UPS-2.0.ebuild: Mark 2.0 stable on ia64 |