diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-03 05:09:03 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-03 05:09:03 +0000 |
commit | c818292f09690f6459e9c88bc4c964d559a34524 (patch) | |
tree | dcee929e27a88dcdd0194f2cfc43c819be1d683e /net-ftp/ftpcube | |
parent | Lock wxpython dependency. (diff) | |
download | gentoo-2-c818292f09690f6459e9c88bc4c964d559a34524.tar.gz gentoo-2-c818292f09690f6459e9c88bc4c964d559a34524.tar.bz2 gentoo-2-c818292f09690f6459e9c88bc4c964d559a34524.zip |
Lock wxpython dependency.
(Portage version: 2.1.3.11)
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index f56d226fc146..168fef8629ed 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpcube # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.35 2007/03/12 13:38:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.36 2007/10/03 05:09:03 dirtyepic Exp $ + + 03 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> ftpcube-0.5.1.ebuild: + Lock wxpython dependency. 12 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> -files/ftpcube-0.4.3-gentoo.patch, -ftpcube-0.4.3-r1.ebuild, diff --git a/net-ftp/ftpcube/ftpcube-0.5.1.ebuild b/net-ftp/ftpcube/ftpcube-0.5.1.ebuild index 19e4f264a487..3a472b18f657 100644 --- a/net-ftp/ftpcube/ftpcube-0.5.1.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.5.1.ebuild,v 1.4 2007/03/12 13:38:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.5.1.ebuild,v 1.5 2007/10/03 05:09:03 dirtyepic Exp $ inherit distutils @@ -14,7 +14,7 @@ SLOT="0" LICENSE="Artistic" IUSE="sftp" -DEPEND=">=dev-python/wxpython-2.6.3.3 +DEPEND="=dev-python/wxpython-2.6* sftp? ( dev-python/paramiko )" S="${WORKDIR}/${MY_P}" |