summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/ppl')
-rw-r--r--dev-libs/ppl/ppl-1.1.ebuild2
-rw-r--r--dev-libs/ppl/ppl-1.2.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/ppl/ppl-1.1.ebuild b/dev-libs/ppl/ppl-1.1.ebuild
index a443656d1245..2808c73b96a7 100644
--- a/dev-libs/ppl/ppl-1.1.ebuild
+++ b/dev-libs/ppl/ppl-1.1.ebuild
@@ -18,6 +18,8 @@ DEPEND="${RDEPEND}
app-arch/xz-utils
sys-devel/m4"
+RESTRICT="!test? ( test )"
+
pkg_setup() {
if use test ; then
ewarn "The PPL testsuite will be run."
diff --git a/dev-libs/ppl/ppl-1.2.ebuild b/dev-libs/ppl/ppl-1.2.ebuild
index 477400834e82..8805f55b2eab 100644
--- a/dev-libs/ppl/ppl-1.2.ebuild
+++ b/dev-libs/ppl/ppl-1.2.ebuild
@@ -18,6 +18,8 @@ DEPEND="${RDEPEND}
app-arch/xz-utils
sys-devel/m4"
+RESTRICT="!test? ( test )"
+
pkg_setup() {
if use test ; then
ewarn "The PPL testsuite will be run."