diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 02:21:17 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 02:21:17 +0000 |
commit | 26b562c844788b8ada68674dc413756036e38a61 (patch) | |
tree | b013bd326ac3e41245f0b7934310e31f6caedc7a /dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-26b562c844788b8ada68674dc413756036e38a61.tar.gz gentoo-2-26b562c844788b8ada68674dc413756036e38a61.tar.bz2 gentoo-2-26b562c844788b8ada68674dc413756036e38a61.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild')
-rw-r--r-- | dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild b/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild index e91b5e685215..6b2773976be9 100644 --- a/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild +++ b/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.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/frontier-rpc/frontier-rpc-0.07_beta4.ebuild,v 1.12 2006/07/10 23:13:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild,v 1.13 2006/08/06 02:21:17 mcummings Exp $ inherit perl-module @@ -17,5 +17,7 @@ KEYWORDS="ia64 ~ppc sparc x86" IUSE="" DEPEND="dev-perl/XML-Parser - dev-perl/libwww-perl" -RDEPEND="${DEPEND}"
\ No newline at end of file + dev-perl/libwww-perl + dev-lang/perl" +RDEPEND="${DEPEND}" + |