diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-31 11:53:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-31 11:53:18 +0000 |
commit | 6045e5a3c1ab138c15417ef26113dfc28501d4da (patch) | |
tree | 98b7aadd4b9c93dfce7ffb624df9ccde6fa58d8e /net-p2p/qbittorrent | |
parent | old (diff) | |
download | gentoo-2-6045e5a3c1ab138c15417ef26113dfc28501d4da.tar.gz gentoo-2-6045e5a3c1ab138c15417ef26113dfc28501d4da.tar.bz2 gentoo-2-6045e5a3c1ab138c15417ef26113dfc28501d4da.zip |
x86 stable wrt bug #320839
(Portage version: 2.1.8.3/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.2.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 29ad9a248cf2..4bac5870a4e0 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.84 2010/05/21 17:06:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.85 2010/05/31 11:53:18 phajdan.jr Exp $ + + 31 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + qbittorrent-2.2.6.ebuild: + x86 stable wrt bug #320839 21 May 2010; Markos Chandras <hwoarang@gentoo.org> qbittorrent-2.2.6.ebuild: diff --git a/net-p2p/qbittorrent/qbittorrent-2.2.6.ebuild b/net-p2p/qbittorrent/qbittorrent-2.2.6.ebuild index a07513254f1a..31ddb036a82c 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.2.6.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.2.6.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.2.6.ebuild,v 1.2 2010/05/21 17:06:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.2.6.ebuild,v 1.3 2010/05/31 11:53:18 phajdan.jr Exp $ EAPI="2" inherit confutils qt4-r2 versionator @@ -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 |