diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-30 00:03:16 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-30 00:03:16 +0000 |
commit | 3113847a9e98c529572ab6461bb75d5b25597536 (patch) | |
tree | 36cdd33f1b82583b221c2d0a5154e845c78d5d6d /dev-python/optik/optik-1.3.ebuild | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-3113847a9e98c529572ab6461bb75d5b25597536.tar.gz gentoo-2-3113847a9e98c529572ab6461bb75d5b25597536.tar.bz2 gentoo-2-3113847a9e98c529572ab6461bb75d5b25597536.zip |
few clean-ups
Diffstat (limited to 'dev-python/optik/optik-1.3.ebuild')
-rw-r--r-- | dev-python/optik/optik-1.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/optik/optik-1.3.ebuild b/dev-python/optik/optik-1.3.ebuild index 99f313dfc5fb..226c3c8ee065 100644 --- a/dev-python/optik/optik-1.3.ebuild +++ b/dev-python/optik/optik-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/optik-1.3.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/optik-1.3.ebuild,v 1.4 2002/07/30 00:03:16 george Exp $ S="${WORKDIR}/Optik-${PV}" @@ -11,6 +11,11 @@ HOMEPAGE="http://optik.sourceforge.net/" DEPEND="virtual/python" RDEPEND="${DEPEND}" +SLOT="0" +KEYWORDS="x86" +LICENSE="BSD" + + src_compile() { python setup.py build || die } |