diff options
author | 2010-04-10 23:09:02 +0000 | |
---|---|---|
committer | 2010-04-10 23:09:02 +0000 | |
commit | 2e592ed624ee0c44d4ef8a456fbd0263caf80118 (patch) | |
tree | cf4f756117d565580b2a1b7e97d5c15fd8c27cea /net-p2p | |
parent | Stable on amd64 wrt bug #312825 (diff) | |
download | gentoo-2-2e592ed624ee0c44d4ef8a456fbd0263caf80118.tar.gz gentoo-2-2e592ed624ee0c44d4ef8a456fbd0263caf80118.tar.bz2 gentoo-2-2e592ed624ee0c44d4ef8a456fbd0263caf80118.zip |
Stable on amd64 wrt bug #312825
(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.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 9ae6eadcdf3a..685d1d47186a 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.79 2010/04/10 16:14:48 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.80 2010/04/10 23:09:02 hwoarang Exp $ + + 11 Apr 2010; Markos Chandras <hwoarang@gentoo.org> + qbittorrent-2.2.2.ebuild: + Stable on amd64 wrt bug #312825 *qbittorrent-2.2.5 (10 Apr 2010) diff --git a/net-p2p/qbittorrent/qbittorrent-2.2.2.ebuild b/net-p2p/qbittorrent/qbittorrent-2.2.2.ebuild index 0a88cdfdc848..b02dea9c90a7 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.2.2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.2.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.2.2.ebuild,v 1.3 2010/04/08 12:35:58 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.2.2.ebuild,v 1.4 2010/04/10 23:09:02 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 |