diff options
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-2.5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 9691d3e48fb6..ef839124f63c 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.138 2011/02/11 20:11:03 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.139 2011/02/12 21:17:15 hwoarang Exp $ + + 12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> qbittorrent-2.5.5.ebuild: + Stable on amd64 wrt bug #354517 *qbittorrent-2.7.0_beta1 (11 Feb 2011) *qbittorrent-2.6.6 (11 Feb 2011) diff --git a/net-p2p/qbittorrent/qbittorrent-2.5.5.ebuild b/net-p2p/qbittorrent/qbittorrent-2.5.5.ebuild index 67fc1babf3a7..9f954885cc37 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.5.5.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.5.5.ebuild,v 1.1 2011/01/08 12:13:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.5.5.ebuild,v 1.2 2011/02/12 21:17:15 hwoarang Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+X geoip libnotify" # boost version so that we always have thread support |