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.54.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.54.ebuild')
-rw-r--r-- | dev-perl/RPC-XML/RPC-XML-0.54.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/RPC-XML/RPC-XML-0.54.ebuild b/dev-perl/RPC-XML/RPC-XML-0.54.ebuild index 0133608daf9e..ebd602074581 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.54.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.54.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.54.ebuild,v 1.6 2005/05/09 10:30:30 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.54.ebuild,v 1.7 2006/01/08 14:46:20 mcummings Exp $ inherit perl-module @@ -11,13 +11,13 @@ HOMEPAGE="http://search.cpan.org/~rjray/${P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" -IUSE="apache2" +IUSE="modperl apache2" SRC_TEST="do" DEPEND="dev-perl/libwww-perl >=dev-perl/XML-Parser-2.31 - !apache2? ( <www-apache/mod_perl-1.99 )" + modperl? ( !apache2? ( <www-apache/mod_perl-1.99 ) )" pkg_postinst() { perl-module_pkg_postinst |