diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 20:21:13 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 20:21:13 +0000 |
commit | 0fc518e7f86ac725913c11c914a4e0a30c4040b1 (patch) | |
tree | e118b5bbb722f3226be79b03b366e7c7f2288c23 /app-text/pyrpub | |
parent | bugfix update (diff) | |
download | gentoo-2-0fc518e7f86ac725913c11c914a4e0a30c4040b1.tar.gz gentoo-2-0fc518e7f86ac725913c11c914a4e0a30c4040b1.tar.bz2 gentoo-2-0fc518e7f86ac725913c11c914a4e0a30c4040b1.zip |
slot fix
Diffstat (limited to 'app-text/pyrpub')
-rw-r--r-- | app-text/pyrpub/pyrpub-2.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/pyrpub/pyrpub-2.1.1.ebuild b/app-text/pyrpub/pyrpub-2.1.1.ebuild index 2e8048e3bb2f..af48b5365404 100644 --- a/app-text/pyrpub/pyrpub-2.1.1.ebuild +++ b/app-text/pyrpub/pyrpub-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pyrpub/pyrpub-2.1.1.ebuild,v 1.3 2002/10/05 20:04:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pyrpub/pyrpub-2.1.1.ebuild,v 1.4 2002/10/05 20:21:13 drobbins Exp $ NP="pyrite-publisher-${PV}" S=${WORKDIR}/${NP} @@ -10,6 +10,7 @@ HOMEPAGE="http://www.pyrite.org/publisher/" LICENSE="GPL-2" DEPEND="dev-lang/python" KEYWORDS="x86" +SLOT="0" src_compile() { python setup.py build || die "build failed" |