summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-11-17 02:30:46 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-11-17 02:30:46 +1100
commitc803ee7f4cace1f0de12be5e7735f0cade312169 (patch)
treeb083003aed0eeb0d7569b4abb469bee37316ad44 /kde-frameworks
parentkde-frameworks: remove 5.14.0 (diff)
downloadgentoo-c803ee7f4cace1f0de12be5e7735f0cade312169.tar.gz
gentoo-c803ee7f4cace1f0de12be5e7735f0cade312169.tar.bz2
gentoo-c803ee7f4cace1f0de12be5e7735f0cade312169.zip
kde-frameworks/kconfig: restrict tests
Gentoo-bug: 560086 Package-Manager: portage-2.2.24
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kconfig/kconfig-5.15.0.ebuild3
-rw-r--r--kde-frameworks/kconfig/kconfig-5.16.0.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/kde-frameworks/kconfig/kconfig-5.15.0.ebuild b/kde-frameworks/kconfig/kconfig-5.15.0.ebuild
index 88b2df9588b4..ffb7c6267749 100644
--- a/kde-frameworks/kconfig/kconfig-5.15.0.ebuild
+++ b/kde-frameworks/kconfig/kconfig-5.15.0.ebuild
@@ -21,4 +21,7 @@ DEPEND="${RDEPEND}
test? ( dev-qt/qtconcurrent:5 )
"
+# bug 560086
+RESTRICT="test"
+
DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md )
diff --git a/kde-frameworks/kconfig/kconfig-5.16.0.ebuild b/kde-frameworks/kconfig/kconfig-5.16.0.ebuild
index f91ed195af12..d5defde3be6d 100644
--- a/kde-frameworks/kconfig/kconfig-5.16.0.ebuild
+++ b/kde-frameworks/kconfig/kconfig-5.16.0.ebuild
@@ -21,4 +21,7 @@ DEPEND="${RDEPEND}
test? ( dev-qt/qtconcurrent:5 )
"
+# bug 560086
+RESTRICT="test"
+
DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md )