diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:16:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:16:01 +0000 |
commit | aa3c082004fde79286009ef24d028353be813d99 (patch) | |
tree | 8f10f4fa506fb189b7227160ddeebae9a5e7b6de /dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild | |
parent | Apply a patch for IBM JDK, see bug #142692. (diff) | |
download | gentoo-2-aa3c082004fde79286009ef24d028353be813d99.tar.gz gentoo-2-aa3c082004fde79286009ef24d028353be813d99.tar.bz2 gentoo-2-aa3c082004fde79286009ef24d028353be813d99.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild index 8c125140431c..ede5201170b4 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.55.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/SOAP-Lite/SOAP-Lite-0.55.ebuild,v 1.12 2006/07/04 19:53:22 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild,v 1.13 2006/08/05 20:16:01 mcummings Exp $ IUSE="" @@ -18,10 +18,12 @@ KEYWORDS="alpha amd64 ppc ~sparc x86" DEPEND="dev-perl/XML-Parser dev-perl/MIME-Lite - dev-perl/MIME-tools" + dev-perl/MIME-tools + dev-lang/perl" RDEPEND="${DEPEND}" src_compile() { (echo yes) | perl-module_src_compile || perl-module_src_compile || die "compile failed" perl-module_src_test || die "test failed" -}
\ No newline at end of file +} + |