diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-2.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index c36c5f4960d2..50f936481d65 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.73 2010/03/07 21:50:36 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.74 2010/03/11 11:11:17 phajdan.jr Exp $ + + 11 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + qbittorrent-2.1.2.ebuild: + x86 stable wrt bug #306471 *qbittorrent-2.1.6 (07 Mar 2010) diff --git a/net-p2p/qbittorrent/qbittorrent-2.1.2.ebuild b/net-p2p/qbittorrent/qbittorrent-2.1.2.ebuild index 27ae75c0db62..32bcfe4c9a9a 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.1.2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.1.2.ebuild,v 1.2 2010/02/23 17:05:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.1.2.ebuild,v 1.3 2010/03/11 11:11:17 phajdan.jr Exp $ EAPI="2" inherit confutils qt4-r2 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${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 |