diff options
author | Markus Meier <maekke@gentoo.org> | 2015-07-25 15:55:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-07-25 15:55:25 +0000 |
commit | 3687327570bd68bba641cbded72cfa7c7baf7c87 (patch) | |
tree | d79b6202ca9ba1df21f7eae0d31e245de4b9f193 /net-p2p | |
parent | arm stable, bug #549076 (diff) | |
download | gentoo-2-3687327570bd68bba641cbded72cfa7c7baf7c87.tar.gz gentoo-2-3687327570bd68bba641cbded72cfa7c7baf7c87.tar.bz2 gentoo-2-3687327570bd68bba641cbded72cfa7c7baf7c87.zip |
arm stable, bug #549076
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 05959c58cf9a..fc01d21c65fb 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.250 2015/06/04 18:19:35 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.251 2015/07/25 15:55:25 maekke Exp $ + + 25 Jul 2015; Markus Meier <maekke@gentoo.org> qbittorrent-3.1.9.2-r1.ebuild: + arm stable, bug #549076 04 Jun 2015; Davide Pesavento <pesa@gentoo.org> qbittorrent-3.2.0.ebuild, qbittorrent-9999.ebuild: 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 fc1bf0586829..4d0db61e6057 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-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.9.2-r1.ebuild,v 1.8 2015/05/10 13:12:13 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v 1.9 2015/07/25 15:55:25 maekke 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" |