diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-05-27 08:14:34 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-05-27 08:20:10 -0400 |
commit | f5023f5ed66a4ca62a253c7915f73382e28380c2 (patch) | |
tree | 9b07b1455e9912b3f2b725c1818a09d269026c6f /sci-mathematics | |
parent | sci-mathematics/singular: update gcc12 patch (diff) | |
download | gentoo-f5023f5ed66a4ca62a253c7915f73382e28380c2.tar.gz gentoo-f5023f5ed66a4ca62a253c7915f73382e28380c2.tar.bz2 gentoo-f5023f5ed66a4ca62a253c7915f73382e28380c2.zip |
sci-mathematics/singular: drop unused flag-o-matic inherit.
The append-cxxflags that this was used for is obsolete in the latest
version; thusly the eclass.
Closes: https://github.com/gentoo/gentoo/pull/25564
Closes: https://bugs.gentoo.org/846506
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/singular-4.3.0_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/singular/singular-4.3.0_p1.ebuild b/sci-mathematics/singular/singular-4.3.0_p1.ebuild index 99fc1c61dd9b..f46ae019c973 100644 --- a/sci-mathematics/singular/singular-4.3.0_p1.ebuild +++ b/sci-mathematics/singular/singular-4.3.0_p1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools elisp-common flag-o-matic +inherit autotools elisp-common MY_PN=Singular MY_PV=$(ver_rs 3 '') |