diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-04 18:20:20 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-04 18:22:11 +0100 |
commit | 926b104206145f5f84d1d07edba9912732623f53 (patch) | |
tree | acdaf9370f6a8bb94bb2f120ec842a5d59713b1c /net-libs/libktorrent | |
parent | media-sound/ams: Remove old (diff) | |
download | gentoo-926b104206145f5f84d1d07edba9912732623f53.tar.gz gentoo-926b104206145f5f84d1d07edba9912732623f53.tar.bz2 gentoo-926b104206145f5f84d1d07edba9912732623f53.zip |
net-libs/libktorrent: Drop KEYWORDS for live
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.3.1.ebuild | 5 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-2.0.1.ebuild | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index b9735dcaa992..46447deee5e0 100644 --- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild +++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,9 +22,8 @@ if [[ ${PV} != 9999* ]]; then S="${WORKDIR}"/"${MY_P}" KEYWORDS="amd64 ~arm x86" -else - KEYWORDS="" fi + VIRTUALX_REQUIRED="test" inherit kde4-base diff --git a/net-libs/libktorrent/libktorrent-2.0.1.ebuild b/net-libs/libktorrent/libktorrent-2.0.1.ebuild index f8a736e16924..a31b8992e820 100644 --- a/net-libs/libktorrent/libktorrent-2.0.1.ebuild +++ b/net-libs/libktorrent/libktorrent-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,8 +15,6 @@ if [[ ${PV} != 9999* ]]; then S="${WORKDIR}"/"${MY_P}" KEYWORDS="amd64 ~arm ~x86" -else - KEYWORDS="amd64" fi KDE_TEST="forceoptional" |