diff options
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-5.0.7.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index e5be1bb38f82..2318f1318420 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.116 2007/06/24 22:24:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.117 2007/09/29 00:10:25 dirtyepic Exp $ + + 29 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> bittorrent-5.0.7.ebuild: + Lock wxGTK to 2.6. 24 Jun 2007; Raúl Porcel <armin76@gentoo.org> -bittorrent-5.0.5.ebuild: old diff --git a/net-p2p/bittorrent/bittorrent-5.0.7.ebuild b/net-p2p/bittorrent/bittorrent-5.0.7.ebuild index 231028064edd..20a5913e3194 100644 --- a/net-p2p/bittorrent/bittorrent-5.0.7.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.0.7.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-p2p/bittorrent/bittorrent-5.0.7.ebuild,v 1.13 2007/06/24 22:14:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.7.ebuild,v 1.14 2007/09/29 00:10:25 dirtyepic Exp $ inherit distutils fdo-mime eutils @@ -19,8 +19,7 @@ IUSE="gtk" RDEPEND=">=dev-lang/python-2.3 gtk? ( - >=x11-libs/wxGTK-2.6 - >=dev-python/wxpython-2.6 + =dev-python/wxpython-2.6* ) >=dev-python/pycrypto-2.0 >=dev-python/twisted-2 |