aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:50:10 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:50:10 +0100
commit08c7ebc9a7d5b1530983c1ffdce678a0a48625e4 (patch)
tree9fc232643b36498953714176f26b6647722f3b97 /sci-libs
parentsci-libs/simpleitk: add python deps (diff)
downloadsci-08c7ebc9a7d5b1530983c1ffdce678a0a48625e4.tar.gz
sci-08c7ebc9a7d5b1530983c1ffdce678a0a48625e4.tar.bz2
sci-08c7ebc9a7d5b1530983c1ffdce678a0a48625e4.zip
sci-libs/starparse: add RESTRICT="!test? ( test )"
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/starparse/starparse-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/starparse/starparse-9999.ebuild b/sci-libs/starparse/starparse-9999.ebuild
index 4024c09f8..1e3deec02 100644
--- a/sci-libs/starparse/starparse-9999.ebuild
+++ b/sci-libs/starparse/starparse-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,9 @@ EGIT_REPO_URI="git://burrow-owl.git.sourceforge.net/gitroot/burrow-owl/starparse
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
+
IUSE="guile static-libs test"
+RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( guile )"