From: Ulrich Müller Date: Sat, 21 Dec 2019 11:16:33 +0000 (+0100) Subject: sci-mathematics/singular: Remove call to deprecated elisp-need-emacs. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f75f885e0e988698ba82e4d427a08f96d383979a;p=gentoo.git sci-mathematics/singular: Remove call to deprecated elisp-need-emacs. Emacs 23 is the minimum version supported by the eclass. So, there is no need to check for >=22 and the call can simply be dropped. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild b/sci-mathematics/singular/singular-4.0.2.ebuild index f692e644c823..3d17c7c868cf 100644 --- a/sci-mathematics/singular/singular-4.0.2.ebuild +++ b/sci-mathematics/singular/singular-4.0.2.ebuild @@ -43,11 +43,6 @@ pkg_setup() { append-flags "-fPIC" append-ldflags "-fPIC" tc-export AR CC CPP CXX - - # Ensure that >=emacs-22 is selected - if use emacs; then - elisp-need-emacs 22 || die "Emacs version too low" - fi } src_prepare () { diff --git a/sci-mathematics/singular/singular-4.0.3.ebuild b/sci-mathematics/singular/singular-4.0.3.ebuild index 8fd5f63c2231..ffb1e2a5d952 100644 --- a/sci-mathematics/singular/singular-4.0.3.ebuild +++ b/sci-mathematics/singular/singular-4.0.3.ebuild @@ -42,11 +42,6 @@ pkg_setup() { append-flags "-fPIC" append-ldflags "-fPIC" tc-export AR CC CPP CXX - - # Ensure that >=emacs-22 is selected - if use emacs; then - elisp-need-emacs 22 || die "Emacs version too low" - fi } src_prepare () {