diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-10 11:02:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-10 11:02:59 +0000 |
commit | f35dd414c9d39818fb342ec06162fe78aec92528 (patch) | |
tree | 754818194f62a2ceadff7820de7b2ccffb698f3d /net-p2p | |
parent | Stable for x86, wrt bug #522764 (diff) | |
download | gentoo-2-f35dd414c9d39818fb342ec06162fe78aec92528.tar.gz gentoo-2-f35dd414c9d39818fb342ec06162fe78aec92528.tar.bz2 gentoo-2-f35dd414c9d39818fb342ec06162fe78aec92528.zip |
Stable for x86, wrt bug #522764
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 59180f64c0aa..951c63624e7c 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.232 2014/10/09 09:54:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.233 2014/10/10 11:02:59 ago Exp $ + + 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> qbittorrent-3.1.9.2-r1.ebuild: + Stable for x86, wrt bug #522764 09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> qbittorrent-3.1.9.2-r1.ebuild: Stable for amd64, wrt bug #522764 diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild index 01eba105645d..5604b930da69 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v 1.2 2014/10/09 09:54:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v 1.3 2014/10/10 11:02:59 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="dbus debug geoip +X" |