diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-11 11:11:17 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-11 11:11:17 +0000 |
commit | bc04efed97663d0cae527cb0a50826c3e98c81ba (patch) | |
tree | 4da545a83f99b5256ff52bd4842a9b09c0ad0376 /net-p2p/qbittorrent | |
parent | remove old (diff) | |
download | gentoo-2-bc04efed97663d0cae527cb0a50826c3e98c81ba.tar.gz gentoo-2-bc04efed97663d0cae527cb0a50826c3e98c81ba.tar.bz2 gentoo-2-bc04efed97663d0cae527cb0a50826c3e98c81ba.zip |
x86 stable wrt bug #306471
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'net-p2p/qbittorrent')
-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 |