diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-08 14:46:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-08 14:46:20 +0000 |
commit | e5495ac0912ee5d082165bbcf372fde6e87f246e (patch) | |
tree | ac2a3e20282707b427300a966a21e0b205d8522c /dev-perl/RPC-XML/RPC-XML-0.53.ebuild | |
parent | removing crap ebuild that doesn't belong in the tree. (diff) | |
download | historical-e5495ac0912ee5d082165bbcf372fde6e87f246e.tar.gz historical-e5495ac0912ee5d082165bbcf372fde6e87f246e.tar.bz2 historical-e5495ac0912ee5d082165bbcf372fde6e87f246e.zip |
Bug 117587, modperl inclusion shouldn't be mandatory
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-perl/RPC-XML/RPC-XML-0.53.ebuild')
-rw-r--r-- | dev-perl/RPC-XML/RPC-XML-0.53.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/RPC-XML/RPC-XML-0.53.ebuild b/dev-perl/RPC-XML/RPC-XML-0.53.ebuild index 0b56c722fc21..3c733314ae16 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.53.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.53.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.53.ebuild,v 1.9 2005/05/09 10:30:30 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.53.ebuild,v 1.10 2006/01/08 14:46:20 mcummings Exp $ inherit perl-module @@ -11,9 +11,9 @@ HOMEPAGE="http://search.cpan.org/~rjray/${P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" -IUSE="" +IUSE="modperl" DEPEND="${DEPEND} dev-perl/libwww-perl dev-perl/XML-Parser - www-apache/mod_perl" + modperl? ( www-apache/mod_perl )" |