Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/
Date: Thu, 07 Jul 2016 17:53:08
Message-Id: 1467913928.f3abe5f1b189c96da9aa31ade338004e7cf98234.kensington@gentoo
1 commit: f3abe5f1b189c96da9aa31ade338004e7cf98234
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 17:47:49 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 17:52:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3abe5f1
7
8 net-p2p/ktorrent: drop ~ppc keyword
9
10 Package-Manager: portage-2.3.0
11
12 net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild
16 index edb9c9e..6269baa 100644
17 --- a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild
18 +++ b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild
19 @@ -24,7 +24,7 @@ if [[ ${PV} != 9999* ]]; then
20 SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2"
21 S="${WORKDIR}"/"${MY_P}"
22
23 - KEYWORDS="amd64 ~ppc x86"
24 + KEYWORDS="amd64 x86"
25 else
26 LIBKT_VERSION_MIN="${PV}"
27 LIBKT_VERSION_MAX="99999999"