diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-07-07 03:48:34 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-08 03:52:08 +1000 |
commit | 328caa68fd432509ac65465941056829d8de96d3 (patch) | |
tree | 91bfad6a709900230a079696957dd7990df4df39 /net-libs | |
parent | net-wireless/bluedevil: drop ~ppc/~ppc64 keyword (diff) | |
download | gentoo-328caa68fd432509ac65465941056829d8de96d3.tar.gz gentoo-328caa68fd432509ac65465941056829d8de96d3.tar.bz2 gentoo-328caa68fd432509ac65465941056829d8de96d3.zip |
net-libs/libktorrent: drop ~ppc/~ppc64 keyword
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index 4f5a333e7a1d..b9735dcaa992 100644 --- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild +++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild @@ -21,9 +21,9 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm x86" else - KEYWORDS="~ppc ~ppc64" + KEYWORDS="" fi VIRTUALX_REQUIRED="test" inherit kde4-base |