diff options
author | 2004-05-07 21:37:15 +0000 | |
---|---|---|
committer | 2004-05-07 21:37:15 +0000 | |
commit | e6946f04ab28d075a4e2bd1199df9db68c20fe3f (patch) | |
tree | c248b41d9da5f8b7365361f70244cf895e33bc98 /dev-python/skunkweb/skunkweb-3.4_beta5.ebuild | |
parent | Remove S= (Manifest recommit) (diff) | |
download | gentoo-2-e6946f04ab28d075a4e2bd1199df9db68c20fe3f.tar.gz gentoo-2-e6946f04ab28d075a4e2bd1199df9db68c20fe3f.tar.bz2 gentoo-2-e6946f04ab28d075a4e2bd1199df9db68c20fe3f.zip |
Fix IUSE
Diffstat (limited to 'dev-python/skunkweb/skunkweb-3.4_beta5.ebuild')
-rw-r--r-- | dev-python/skunkweb/skunkweb-3.4_beta5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild b/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild index 51f75d854449..19b2c1676704 100644 --- a/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild +++ b/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild,v 1.3 2004/04/10 16:58:56 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild,v 1.4 2004/05/07 21:37:15 kloeri Exp $ DESCRIPTION="robust Python web application server" @@ -11,13 +11,12 @@ SRC_URI="mirror://sourceforge/skunkweb/${NEWP}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="x86" -IUSE="${IUSE} apache1 apache2" +IUSE="apache1 apache2 doc" DEPEND=">=dev-lang/python-2.2 >=dev-python/egenix-mx-base-2.0.4 apache2? ( >=net-www/apache-2.0.47 ) !apache2? ( apache1? ( <=net-www/apache-2 ) )" - pkg_setup() { if ! groupmod skunkweb; then groupadd skunkweb || die "problem adding group skunkweb" |