diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-10 16:20:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-10 16:20:04 +0100 |
commit | 89ada4787859ee0e8838555ec9a5cb47e21ebd7f (patch) | |
tree | 61b422f5263a6d239ceb5f01fe1b06b250cca7e8 /net-p2p | |
parent | net-libs/libktorrent: x86 stable wrt bug #596816 (diff) | |
download | gentoo-89ada4787859ee0e8838555ec9a5cb47e21ebd7f.tar.gz gentoo-89ada4787859ee0e8838555ec9a5cb47e21ebd7f.tar.bz2 gentoo-89ada4787859ee0e8838555ec9a5cb47e21ebd7f.zip |
net-p2p/ktorrent: x86 stable wrt bug #596816
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-p2p')
-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" |