diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-28 15:10:56 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-28 15:10:56 +0000 |
commit | 2367fb43c608d4b332a9f377deadadf077450123 (patch) | |
tree | 68ae8b3e265c354dc54565b923dd13d4eeb6a592 /net-p2p/qbittorrent | |
parent | x86 stable wrt bug #396049 (diff) | |
download | gentoo-2-2367fb43c608d4b332a9f377deadadf077450123.tar.gz gentoo-2-2367fb43c608d4b332a9f377deadadf077450123.tar.bz2 gentoo-2-2367fb43c608d4b332a9f377deadadf077450123.zip |
x86 stable wrt bug #399643
(Portage version: 2.1.10.44/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.9.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 012336108806..32010b5255ac 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.177 2012/01/27 17:09:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.178 2012/01/28 15:10:56 phajdan.jr Exp $ + + 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + qbittorrent-2.9.3.ebuild: + x86 stable wrt bug #399643 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> qbittorrent-2.9.3.ebuild: Stable for amd64, wrt bug #399643 diff --git a/net-p2p/qbittorrent/qbittorrent-2.9.3.ebuild b/net-p2p/qbittorrent/qbittorrent-2.9.3.ebuild index 4dc6bffdcb0c..de80e792f6dd 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.9.3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.3.ebuild,v 1.2 2012/01/27 17:09:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.3.ebuild,v 1.3 2012/01/28 15:10:56 phajdan.jr Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="dbus +X geoip" QT_MIN="4.6.1" |