Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/singular/
Date: Fri, 27 May 2022 12:23:13
Message-Id: 1653654010.f5023f5ed66a4ca62a253c7915f73382e28380c2.mjo@gentoo
1 commit: f5023f5ed66a4ca62a253c7915f73382e28380c2
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 12:14:34 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 12:20:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5023f5e
7
8 sci-mathematics/singular: drop unused flag-o-matic inherit.
9
10 The append-cxxflags that this was used for is obsolete in the latest
11 version; thusly the eclass.
12
13 Closes: https://github.com/gentoo/gentoo/pull/25564
14 Closes: https://bugs.gentoo.org/846506
15 Package-Manager: Portage-3.0.30, Repoman-3.0.3
16 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
17
18 sci-mathematics/singular/singular-4.3.0_p1.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/sci-mathematics/singular/singular-4.3.0_p1.ebuild b/sci-mathematics/singular/singular-4.3.0_p1.ebuild
22 index 99fc1c61dd9b..f46ae019c973 100644
23 --- a/sci-mathematics/singular/singular-4.3.0_p1.ebuild
24 +++ b/sci-mathematics/singular/singular-4.3.0_p1.ebuild
25 @@ -3,7 +3,7 @@
26
27 EAPI=8
28
29 -inherit autotools elisp-common flag-o-matic
30 +inherit autotools elisp-common
31
32 MY_PN=Singular
33 MY_PV=$(ver_rs 3 '')