diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-05-26 01:34:43 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-05-26 03:31:31 +1000 |
commit | bfa4140c1969992bb8d5b7e38565bb1a99003095 (patch) | |
tree | bbb5c8f5a58bc2294ab161fed89026a2c902d77c /net-p2p/ktorrent | |
parent | profiles: stable mask on ppc USE flags that require KDE dependencies (diff) | |
download | gentoo-bfa4140c1969992bb8d5b7e38565bb1a99003095.tar.gz gentoo-bfa4140c1969992bb8d5b7e38565bb1a99003095.tar.bz2 gentoo-bfa4140c1969992bb8d5b7e38565bb1a99003095.zip |
Drop ppc and ppc64 to testing in KDE-related packages.
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild index b49b4cbe086c..edb9c9ecace9 100644 --- a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild @@ -24,7 +24,7 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" - KEYWORDS="amd64 ppc x86" + KEYWORDS="amd64 ~ppc x86" else LIBKT_VERSION_MIN="${PV}" LIBKT_VERSION_MAX="99999999" |