diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 19:52:28 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 19:52:28 +0000 |
commit | 7f3c98a14b832bff33ff0d7baae333d3b2315e7e (patch) | |
tree | e75ba61494b8c926a82d9868d15e2fdc9f8d7f7b /net-www/mod_pcgi2 | |
parent | Stable on hppa (diff) | |
download | gentoo-2-7f3c98a14b832bff33ff0d7baae333d3b2315e7e.tar.gz gentoo-2-7f3c98a14b832bff33ff0d7baae333d3b2315e7e.tar.bz2 gentoo-2-7f3c98a14b832bff33ff0d7baae333d3b2315e7e.zip |
QA: Set SLOT only once.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www/mod_pcgi2')
-rw-r--r-- | net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild b/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild index 6a54413e22dd..d68cb5e5b55d 100644 --- a/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild +++ b/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild,v 1.12 2005/01/09 00:27:22 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild,v 1.13 2005/07/10 19:52:28 swegener Exp $ inherit eutils @@ -35,7 +35,6 @@ detectapache() { esac } detectapache -SLOT="${APACHEVER}" [ "${APACHEVER}" -eq '2' ] && USE_APACHE2='2' || USE_APACHE2='' DESCRIPTION="An Apache module to talk to Zope Corporation's PCGI" @@ -46,11 +45,10 @@ SLOT="${APACHEVER}" KEYWORDS="~x86 ~ppc" IUSE="apache2" -DEPEND="${DEPEND} - net-www/apache - apache2? ( >=net-www/apache-2 ) - www-apps/pcgi" -#RDEPEND="" +DEPEND="net-www/apache + apache2? ( >=net-www/apache-2 ) + www-apps/pcgi" + S=${WORKDIR}/${PN/mod_} src_unpack() { |