Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap/
Date: Tue, 01 Jun 2021 08:50:59
Message-Id: 1622537447.1759ead4e6f9b6619a48f7775001b717a74fbcc5.andrewammerlaan@gentoo
1 commit: 1759ead4e6f9b6619a48f7775001b717a74fbcc5
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 08:50:47 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 08:50:47 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1759ead4
7
8 sci-mathematics/gap: fix BadDefaultUseFlags
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-mathematics/gap/gap-4.11.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-mathematics/gap/gap-4.11.0.ebuild b/sci-mathematics/gap/gap-4.11.0.ebuild
17 index db0da0967..d94a02143 100644
18 --- a/sci-mathematics/gap/gap-4.11.0.ebuild
19 +++ b/sci-mathematics/gap/gap-4.11.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -16,7 +16,7 @@ SLOT="0"
27 LICENSE="GPL-2"
28 KEYWORDS="~amd64"
29 # broken HPC and boehm
30 -IUSE="-boehm debug -hpc julia julia-gc memcheck valgrind"
31 +IUSE="boehm debug hpc julia julia-gc memcheck valgrind"
32 REQUIRED_USE="valgrind? ( memcheck ) julia-gc? ( julia ) hpc? ( boehm )"
33
34 RDEPEND+="
35 @@ -27,7 +27,7 @@ RDEPEND+="
36 sys-libs/zlib
37 julia? ( || (
38 dev-lang/julia
39 - dev-lang/julia-bin
40 + dev-lang/julia-bin:*
41 ) )
42 valgrind? ( dev-util/valgrind )
43 "