diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 11:48:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 11:48:35 +0000 |
commit | 666630e755cbb32a77e95536cd6d771c9f1738c3 (patch) | |
tree | edd243efdd6d20edff285c0fb9cb89bdee085db2 /net-p2p/qbittorrent | |
parent | Stable for amd64, wrt bug #553588 (diff) | |
download | gentoo-2-666630e755cbb32a77e95536cd6d771c9f1738c3.tar.gz gentoo-2-666630e755cbb32a77e95536cd6d771c9f1738c3.tar.bz2 gentoo-2-666630e755cbb32a77e95536cd6d771c9f1738c3.zip |
Stable for amd64, wrt bug #550078
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index fc01d21c65fb..0473aa65e732 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.251 2015/07/25 15:55:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.252 2015/08/06 11:48:35 ago Exp $ + + 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> qbittorrent-3.1.12.ebuild: + Stable for amd64, wrt bug #550078 25 Jul 2015; Markus Meier <maekke@gentoo.org> qbittorrent-3.1.9.2-r1.ebuild: arm stable, bug #549076 diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild index 37c97ccfd08c..a2a79fa6e8cd 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.6 2015/05/10 13:12:13 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.7 2015/08/06 11:48:35 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc64 ~x86" IUSE="dbus debug geoip +X" |