diff options
author | 2010-04-08 12:35:58 +0000 | |
---|---|---|
committer | 2010-04-08 12:35:58 +0000 | |
commit | ccf9a5d1ef0a2583bc646a197ee5a136b3183208 (patch) | |
tree | a5a6b6b06463c55a2ea7309c3b3776cf379dca98 /net-p2p | |
parent | stable x86, bug 312825 (diff) | |
download | gentoo-2-ccf9a5d1ef0a2583bc646a197ee5a136b3183208.tar.gz gentoo-2-ccf9a5d1ef0a2583bc646a197ee5a136b3183208.tar.bz2 gentoo-2-ccf9a5d1ef0a2583bc646a197ee5a136b3183208.zip |
stable x86, bug 312825
(Portage version: 2.1.7.17/cvs/Linux i686)
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 d541e51749cb..9d6d1b62aee4 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.77 2010/03/26 21:46:04 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.78 2010/04/08 12:35:58 fauli Exp $ + + 08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + qbittorrent-2.2.2.ebuild: + stable x86, bug 312825 26 Mar 2010; Ben de Groot <yngwin@gentoo.org> -qbittorrent-1.5.5.ebuild, -qbittorrent-2.1.6.ebuild, -qbittorrent-2.2.0.ebuild, diff --git a/net-p2p/qbittorrent/qbittorrent-2.2.2.ebuild b/net-p2p/qbittorrent/qbittorrent-2.2.2.ebuild index d3c479100e75..0a88cdfdc848 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.2 2010/03/26 21:46:04 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.2.2.ebuild,v 1.3 2010/04/08 12:35:58 fauli 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 |