diff options
-rw-r--r-- | net-p2p/ktorrent/ktorrent-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/ktorrent/ktorrent-5.0.1.ebuild b/net-p2p/ktorrent/ktorrent-5.0.1.ebuild index 60239403726f..ebaf1eaa151f 100644 --- a/net-p2p/ktorrent/ktorrent-5.0.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-5.0.1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.xz" S="${WORKDIR}"/"${MY_P}" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" else LIBKT_VERSION_MIN="${PV}" LIBKT_VERSION_MAX="99999999" |