diff options
Diffstat (limited to 'net-zope/zope/zope-2.7.6.ebuild')
-rw-r--r-- | net-zope/zope/zope-2.7.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-zope/zope/zope-2.7.6.ebuild b/net-zope/zope/zope-2.7.6.ebuild index bf1601a6691d..760ad3642cb6 100644 --- a/net-zope/zope/zope-2.7.6.ebuild +++ b/net-zope/zope/zope-2.7.6.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-zope/zope/zope-2.7.6.ebuild,v 1.1 2005/05/08 20:03:47 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.7.6.ebuild,v 1.1.1.1 2005/11/30 10:11:09 chriswhite Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.zope.org/Products/Zope/${PV}/Zope-${PV}-final.tgz" LICENSE="ZPL" SLOT="${PV}" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" +KEYWORDS="~alpha ~amd64 ~ppc sparc x86" IUSE="unicode" RDEPEND="=dev-lang/python-2.3*" @@ -24,7 +24,7 @@ S="${WORKDIR}/Zope-${PV}-final" ZUID=zope ZGID=zope ZS_DIR=${ROOT%/}/usr/lib -ZSERVDIR=${ZS_DIR}/${PN}-${PV} +ZSERVDIR=${ZS_DIR}/${P} # Narrow the scope of ownership/permissions. # Security plan: |