aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-24 03:49:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-24 03:49:35 +0100
commit0a1286442d37bd6143b547e2918d059d3e7f67dc (patch)
treeeea166405cb97d0d4ea9d3140136dfc8a8c780f5 /kde-frameworks/plasma
parent*/*: Switch from virtual/jpeg to media-libs/libjpeg-turbo:= (diff)
downloadkde-0a1286442d37bd6143b547e2918d059d3e7f67dc.tar.gz
kde-0a1286442d37bd6143b547e2918d059d3e7f67dc.tar.bz2
kde-0a1286442d37bd6143b547e2918d059d3e7f67dc.zip
kde-frameworks: Move RESTRICT up the ladder
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/plasma')
-rw-r--r--kde-frameworks/plasma/plasma-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild
index 396b6d9e9b..e8307c9966 100644
--- a/kde-frameworks/plasma/plasma-9999.ebuild
+++ b/kde-frameworks/plasma/plasma-9999.ebuild
@@ -15,6 +15,8 @@ LICENSE="LGPL-2+"
KEYWORDS=""
IUSE="gles2-only wayland X"
+RESTRICT+=" test"
+
BDEPEND="
>=kde-frameworks/kdoctools-${PVCUT}:5
"
@@ -59,8 +61,6 @@ DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
-RESTRICT+=" test"
-
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package !gles2-only OpenGL)