diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
commit | 8e82d0b0af52ae5640e93afda633d086ed4cae7f (patch) | |
tree | 2cf7c69a69702a5d92879214169e3c9ce498f5c5 /dev-python/optik/optik-1.3.ebuild | |
parent | Removed masks for app-i18n/uim-0.3.1 and media-fonts/unifont-1.0 since they a... (diff) | |
download | historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.gz historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.bz2 historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python/optik/optik-1.3.ebuild')
-rw-r--r-- | dev-python/optik/optik-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/optik/optik-1.3.ebuild b/dev-python/optik/optik-1.3.ebuild index c3e5c85848ec..fcd033656d6c 100644 --- a/dev-python/optik/optik-1.3.ebuild +++ b/dev-python/optik/optik-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/optik-1.3.ebuild,v 1.13 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/optik-1.3.ebuild,v 1.14 2004/05/04 12:00:33 kloeri Exp $ S="${WORKDIR}/Optik-${PV}" @@ -13,7 +13,7 @@ DEPEND="virtual/python" SLOT="0" KEYWORDS="x86 sparc alpha" LICENSE="BSD" - +IUSE="" src_compile() { python setup.py build || die |