commit: f5023f5ed66a4ca62a253c7915f73382e28380c2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri May 27 12:14:34 2022 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri May 27 12:20:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5023f5e
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 <AT> gentoo.org> sci-mathematics/singular/singular-4.3.0_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '')
