diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-12-14 21:15:58 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-12-14 21:15:58 +0000 |
commit | 2d766b27747a5730e57368e1859d6146b01d14f4 (patch) | |
tree | 4af0efcb1ea1b51d0156aa1d22fa49b721c273e5 /net-ftp/ftpcube/ftpcube-0.4.2.ebuild | |
parent | removing gcc depend as it breaks default-1.0 profile (diff) | |
download | historical-2d766b27747a5730e57368e1859d6146b01d14f4.tar.gz historical-2d766b27747a5730e57368e1859d6146b01d14f4.tar.bz2 historical-2d766b27747a5730e57368e1859d6146b01d14f4.zip |
Changed DEPENDS to <wxpython2.5.1.3
Diffstat (limited to 'net-ftp/ftpcube/ftpcube-0.4.2.ebuild')
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/ftpcube/ftpcube-0.4.2.ebuild b/net-ftp/ftpcube/ftpcube-0.4.2.ebuild index 7ae0efd5550c..3bde61320188 100644 --- a/net-ftp/ftpcube/ftpcube-0.4.2.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.2.ebuild,v 1.6 2004/07/03 12:13:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.2.ebuild,v 1.7 2004/12/14 21:15:58 pythonhead Exp $ IUSE="" @@ -10,7 +10,7 @@ DESCRIPTION="Graphical FTP client using wxPython" SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz" HOMEPAGE="http://ftpcube.sourceforge.net/" DEPEND="virtual/python - >=dev-python/wxpython-2.4.0.2" + <dev-python/wxpython-2.5.1.3" SLOT="0" LICENSE="Artistic" |