From f8666bff1187a81a1dc991da41d41972f3a549a3 Mon Sep 17 00:00:00 2001 From: Marinus Schraal <foser@gentoo.org> Date: Wed, 16 Oct 2002 18:12:38 +0000 Subject: small dep fix --- net-ftp/ftpcube/ChangeLog | 4 ++++ net-ftp/ftpcube/ftpcube-0.3.3.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'net-ftp/ftpcube') 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" -- cgit v1.2.3-65-gdbad