commit: 1759ead4e6f9b6619a48f7775001b717a74fbcc5
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 08:50:47 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 08:50:47 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1759ead4
sci-mathematics/gap: fix BadDefaultUseFlags
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/gap/gap-4.11.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-mathematics/gap/gap-4.11.0.ebuild
b/sci-mathematics/gap/gap-4.11.0.ebuild
index db0da0967..d94a02143 100644
--- a/sci-mathematics/gap/gap-4.11.0.ebuild
+++ b/sci-mathematics/gap/gap-4.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64"
# broken HPC and boehm
-IUSE="-boehm debug -hpc julia julia-gc memcheck valgrind"
+IUSE="boehm debug hpc julia julia-gc memcheck valgrind"
REQUIRED_USE="valgrind? ( memcheck ) julia-gc? ( julia ) hpc? ( boehm )"
RDEPEND+="
@@ -27,7 +27,7 @@ RDEPEND+="
sys-libs/zlib
julia? ( || (
dev-lang/julia
- dev-lang/julia-bin
+ dev-lang/julia-bin:*
) )
valgrind? ( dev-util/valgrind )
"