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
commit79f6593fadf0306dc2366b432a1a1912fffa580d (patch)
tree63783b89c51bc2e4653f2dd83a8735b564877074 /net-ftp/ftpcube/ftpcube-0.4.0.ebuild
parentAdd missing IUSE. (Manifest recommit) (diff)
downloadgentoo-2-79f6593fadf0306dc2366b432a1a1912fffa580d.tar.gz
gentoo-2-79f6593fadf0306dc2366b432a1a1912fffa580d.tar.bz2
gentoo-2-79f6593fadf0306dc2366b432a1a1912fffa580d.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"