summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-08 14:46:20 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-08 14:46:20 +0000
commit88d0776e38301c43b9c686c28f29e909db0ff051 (patch)
tree64be341e70f411b753747f02a89ad3e56eafbd73 /dev-perl/RPC-XML/RPC-XML-0.40.ebuild
parentremoving crap ebuild that doesn't belong in the tree. (diff)
downloadgentoo-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.40.ebuild')
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.40.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/RPC-XML/RPC-XML-0.40.ebuild b/dev-perl/RPC-XML/RPC-XML-0.40.ebuild
index 3e59f47ab1ac..1ae5c1483922 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.40.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.40.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.40.ebuild,v 1.18 2005/05/09 10:30:30 beu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.40.ebuild,v 1.19 2006/01/08 14:46:20 mcummings Exp $
inherit perl-module
@@ -11,8 +11,8 @@ HOMEPAGE="http://search.cpan.org/~rjray/${P}/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ppc sparc alpha"
-IUSE=""
+IUSE="modperl"
DEPEND="${DEPEND}
dev-perl/XML-Parser
- www-apache/mod_perl"
+ modperl? ( www-apache/mod_perl )"