sci-mathematics/singular: Remove call to deprecated elisp-need-emacs.
authorUlrich Müller <ulm@gentoo.org>
Sat, 21 Dec 2019 11:16:33 +0000 (12:16 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sat, 21 Dec 2019 11:26:49 +0000 (12:26 +0100)
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 <ulm@gentoo.org>
sci-mathematics/singular/singular-4.0.2.ebuild
sci-mathematics/singular/singular-4.0.3.ebuild

index f692e644c823c292d404b1c3ddc5701144a23048..3d17c7c868cf323d02e6a2c2aa1d851b37005884 100644 (file)
@@ -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 () {
index 8fd5f63c22313bb50e5efed563a17ca712b68742..ffb1e2a5d95217c2e43f6c8b92fc9314ea8ec3b4 100644 (file)
@@ -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 () {