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 | 88d0776e38301c43b9c686c28f29e909db0ff051 (patch) | |
tree | 64be341e70f411b753747f02a89ad3e56eafbd73 /dev-perl/RPC-XML/RPC-XML-0.54.ebuild | |
parent | removing crap ebuild that doesn't belong in the tree. (diff) | |
download | gentoo-2-88d0776e38301c43b9c686c28f29e909db0ff051.tar.gz gentoo-2-88d0776e38301c43b9c686c28f29e909db0ff051.tar.bz2 gentoo-2-88d0776e38301c43b9c686c28f29e909db0ff051.zip |
Bug 117587, modperl inclusion shouldn't be mandatory
(Portage version: 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 |