commit: 9be275f330f5dc4b06d9d7dbcd308527e6200012
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 5 15:12:52 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 5 15:12:52 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9be275f3
[kde-frameworks/plasma] Restrict tests.
Package-Manager: portage-2.2.12
---
kde-frameworks/plasma/plasma-5.3.0.ebuild | 2 ++
kde-frameworks/plasma/plasma-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/kde-frameworks/plasma/plasma-5.3.0.ebuild
b/kde-frameworks/plasma/plasma-5.3.0.ebuild
index f1a67a1..1cee5f2 100644
--- a/kde-frameworks/plasma/plasma-5.3.0.ebuild
+++ b/kde-frameworks/plasma/plasma-5.3.0.ebuild
@@ -55,6 +55,8 @@ DEPEND="${RDEPEND}
X? ( x11-proto/xproto )
"
+RESTRICT="test"
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package egl EGL)
diff --git a/kde-frameworks/plasma/plasma-9999.ebuild
b/kde-frameworks/plasma/plasma-9999.ebuild
index e1ff6e9..e515863 100644
--- a/kde-frameworks/plasma/plasma-9999.ebuild
+++ b/kde-frameworks/plasma/plasma-9999.ebuild
@@ -55,6 +55,8 @@ DEPEND="${RDEPEND}
X? ( x11-proto/xproto )
"
+RESTRICT="test"
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package egl EGL)