diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:44:17 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:44:17 +0000 |
commit | 79f6593fadf0306dc2366b432a1a1912fffa580d (patch) | |
tree | 63783b89c51bc2e4653f2dd83a8735b564877074 /net-ftp | |
parent | Add missing IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-79f6593fadf0306dc2366b432a1a1912fffa580d.tar.gz gentoo-2-79f6593fadf0306dc2366b432a1a1912fffa580d.tar.bz2 gentoo-2-79f6593fadf0306dc2366b432a1a1912fffa580d.zip |
Add missing IUSE.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.4.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index f82f602a1eb8..3e733683d0aa 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpcube # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.21 2004/05/04 11:34:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.22 2004/05/04 12:44:17 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> ftpcube-0.4.0.ebuild: + Add missing IUSE. 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> ftpcube-0.4.0.ebuild, ftpcube-0.4.1.ebuild, ftpcube-0.4.2.ebuild, ftpcube-0.4.3-r1.ebuild, 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" |