diff options
-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 edb9c9ecace9..6269baad4881 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 x86" else LIBKT_VERSION_MIN="${PV}" LIBKT_VERSION_MAX="99999999" |