aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-01 10:50:47 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-01 10:50:47 +0200
commit1759ead4e6f9b6619a48f7775001b717a74fbcc5 (patch)
tree05e1e3d17bae71e94be3dc8baefcf1ba6abdd951
parentdev-lang/conceptual: bump PYTHON_COMPAT (diff)
downloadsci-1759ead4.tar.gz
sci-1759ead4.tar.bz2
sci-1759ead4.zip
sci-mathematics/gap: fix BadDefaultUseFlags
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-mathematics/gap/gap-4.11.0.ebuild6
1 files 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 )
"