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/Business-FedEx-DirectConnect | |
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/Business-FedEx-DirectConnect')
-rw-r--r-- | dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.01.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/Business-FedEx-DirectConnect/ChangeLog | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.01.ebuild b/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.01.ebuild index a756c8ac93de..af711e2987d4 100644 --- a/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.01.ebuild +++ b/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.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/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.01.ebuild,v 1.7 2006/07/13 04:11:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.01.ebuild,v 1.8 2006/08/04 22:39:30 mcummings Exp $ inherit perl-module @@ -16,5 +16,6 @@ KEYWORDS="ia64 x86" SRC_TEST="do" DEPEND="dev-perl/libwww-perl - dev-perl/Tie-StrictHash" -RDEPEND="${DEPEND}"
\ No newline at end of file + dev-perl/Tie-StrictHash + dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Business-FedEx-DirectConnect/ChangeLog b/dev-perl/Business-FedEx-DirectConnect/ChangeLog index 6db35282a81b..1e25763dc1eb 100644 --- a/dev-perl/Business-FedEx-DirectConnect/ChangeLog +++ b/dev-perl/Business-FedEx-DirectConnect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Business-FedEx-DirectConnect # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-FedEx-DirectConnect/ChangeLog,v 1.8 2006/07/13 04:11:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-FedEx-DirectConnect/ChangeLog,v 1.9 2006/08/04 22:39:30 mcummings Exp $ + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Business-FedEx-DirectConnect-1.01.ebuild: + Adding perl dep; fixed DEPEND 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> Business-FedEx-DirectConnect-1.01.ebuild: |