diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-05 09:41:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-05 09:41:22 +0000 |
commit | 4ef3cf442eb1b20b875dafdab9850cc54f07a6e3 (patch) | |
tree | 61e99905b4353b71030df9b90da0778973e8e401 /net-p2p | |
parent | Stable for PPC64 (bug #522764). (diff) | |
download | gentoo-2-4ef3cf442eb1b20b875dafdab9850cc54f07a6e3.tar.gz gentoo-2-4ef3cf442eb1b20b875dafdab9850cc54f07a6e3.tar.bz2 gentoo-2-4ef3cf442eb1b20b875dafdab9850cc54f07a6e3.zip |
Mark ~ppc64 too.
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index cb9c1d6c09d4..42107f792f4d 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.245 2015/04/19 09:32:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.246 2015/05/05 09:41:22 jer Exp $ + + 05 May 2015; Jeroen Roovers <jer@gentoo.org> qbittorrent-3.1.9.2-r1.ebuild, + qbittorrent-3.1.12.ebuild: + Mark ~ppc64 too. 19 Apr 2015; Markos Chandras <hwoarang@gentoo.org> -qbittorrent-3.1.10.ebuild, -qbittorrent-3.1.11.ebuild, qbittorrent-3.0.11-r2.ebuild, diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild index 5b9fc0c5d7de..d9d646e38b0e 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.4 2015/04/19 09:32:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.5 2015/05/05 09:41:22 jer 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 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="dbus debug geoip +X" 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 503b8005b32d..185ac6805b0f 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.6 2015/04/19 09:32:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v 1.7 2015/05/05 09:41:22 jer 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 x86" +KEYWORDS="amd64 ~arm ~ppc64 x86" IUSE="dbus debug geoip +X" |