diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-10-16 18:12:38 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-10-16 18:12:38 +0000 |
commit | f8666bff1187a81a1dc991da41d41972f3a549a3 (patch) | |
tree | 31527faad47a1ac21f456ff6026b188e59cc8afe /net-ftp/ftpcube | |
parent | Added sparc64 to keywords (diff) | |
download | gentoo-2-f8666bff1187a81a1dc991da41d41972f3a549a3.tar.gz gentoo-2-f8666bff1187a81a1dc991da41d41972f3a549a3.tar.bz2 gentoo-2-f8666bff1187a81a1dc991da41d41972f3a549a3.zip |
small dep fix
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 4 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.3.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index 715bebab4eac..c33c3a465c10 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -3,6 +3,10 @@ # Author: José Alberto Suárez López <bass@gentoo.org> *ftpcube-0.3.3 (20 Aug 2002) + + 16 Oct 2002; foser <foser@gentoo.org> ftpcube-0.3.3.ebuild : + Small dep fix. + 20 Aug 2002; J.Alberto S.L. <bass@gentoo.org> ftpcube-0.3.3.ebuild: new version diff --git a/net-ftp/ftpcube/ftpcube-0.3.3.ebuild b/net-ftp/ftpcube/ftpcube-0.3.3.ebuild index bbd3c085b6da..cc7db241e850 100644 --- a/net-ftp/ftpcube/ftpcube-0.3.3.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.3.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.3.ebuild,v 1.3 2002/10/04 06:04:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.3.ebuild,v 1.4 2002/10/16 18:12:38 foser Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Graphic ftp client written in python and gtk" SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz" HOMEPAGE="http://ftpcube.sourceforge.net/" -DEPEND="<dev-python/pygtk-1.99.0" +DEPEND="|| ( <dev-python/pygtk-1.99.0 <dev-python/gnome-python-1.99 )" SLOT="0" LICENSE="Artistic" |