diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-05-21 17:06:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-05-21 17:06:09 +0000 |
commit | fbce48a41db770ac7e36598dc4a0b8f76b81aefd (patch) | |
tree | 681c95c219f801c17726a33fb1610b4b25c1b12a /net-p2p | |
parent | x86 stable wrt bug #319551 (diff) | |
download | gentoo-2-fbce48a41db770ac7e36598dc4a0b8f76b81aefd.tar.gz gentoo-2-fbce48a41db770ac7e36598dc4a0b8f76b81aefd.tar.bz2 gentoo-2-fbce48a41db770ac7e36598dc4a0b8f76b81aefd.zip |
Stable on amd64 wrt bug #320839
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-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 aafa6cd2e69f..29ad9a248cf2 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.83 2010/05/21 08:37:40 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.84 2010/05/21 17:06:09 hwoarang Exp $ + + 21 May 2010; Markos Chandras <hwoarang@gentoo.org> + qbittorrent-2.2.6.ebuild: + Stable on amd64 wrt bug #320839 *qbittorrent-2.2.7 (21 May 2010) diff --git a/net-p2p/qbittorrent/qbittorrent-2.2.6.ebuild b/net-p2p/qbittorrent/qbittorrent-2.2.6.ebuild index 2109d8480d82..a07513254f1a 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.1 2010/04/19 15:49:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.2.6.ebuild,v 1.2 2010/05/21 17:06:09 hwoarang 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 |