Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/singular/
Date: Mon, 07 Feb 2022 09:33:52
Message-Id: 1644226415.4f229040ca861d1c7c41fc551fe8b676f81b68d6.jsmolic@gentoo
1 commit: 4f229040ca861d1c7c41fc551fe8b676f81b68d6
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 09:31:00 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 09:33:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f229040
7
8 sci-mathematics/singular: Drop julia configure switch
9
10 Closes: https://bugs.gentoo.org/832724
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 sci-mathematics/singular/singular-4.2.1_p3-r1.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/sci-mathematics/singular/singular-4.2.1_p3-r1.ebuild b/sci-mathematics/singular/singular-4.2.1_p3-r1.ebuild
17 index c8b041e39e38..bf15a17baa93 100644
18 --- a/sci-mathematics/singular/singular-4.2.1_p3-r1.ebuild
19 +++ b/sci-mathematics/singular/singular-4.2.1_p3-r1.ebuild
20 @@ -71,7 +71,6 @@ src_configure() {
21 --without-python
22 --without-pythonmodule
23 $(use_enable emacs)
24 - $(use_enable julia)
25 $(use_enable polymake polymake-module)
26 $(use_enable static-libs static)
27 $(use_with readline)