From 08c7ebc9a7d5b1530983c1ffdce678a0a48625e4 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 19 Jan 2021 17:50:10 +0100 Subject: sci-libs/starparse: add RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- sci-libs/starparse/starparse-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sci-libs') 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 )" -- cgit v1.2.3-65-gdbad