summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-05-04 12:44:17 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-05-04 12:44:17 +0000
commit9f3259bc93161d7a43b2df84f6923271b68b150d (patch)
treea353db18d26e9732037ab2968fc4252f95b96481 /net-ftp/ftpcube/ftpcube-0.4.0.ebuild
parentAdd missing IUSE. (diff)
downloadhistorical-9f3259bc93161d7a43b2df84f6923271b68b150d.tar.gz
historical-9f3259bc93161d7a43b2df84f6923271b68b150d.tar.bz2
historical-9f3259bc93161d7a43b2df84f6923271b68b150d.zip
Add missing IUSE.
Diffstat (limited to 'net-ftp/ftpcube/ftpcube-0.4.0.ebuild')
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-ftp/ftpcube/ftpcube-0.4.0.ebuild b/net-ftp/ftpcube/ftpcube-0.4.0.ebuild
index b7a816a51035..5a8aa13f5f83 100644
--- a/net-ftp/ftpcube/ftpcube-0.4.0.ebuild
+++ b/net-ftp/ftpcube/ftpcube-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.0.ebuild,v 1.5 2004/05/04 11:34:44 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.0.ebuild,v 1.6 2004/05/04 12:44:17 kloeri Exp $
DESCRIPTION="Graphic ftp client written in python and gtk"
SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz"
@@ -10,6 +10,7 @@ DEPEND="dev-python/wxPython"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ~sparc"
+IUSE=""
src_compile() {
python setup.py clean || die "clean fails"