commit: f75f885e0e988698ba82e4d427a08f96d383979a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 11:16:33 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 11:26:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75f885e
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 <ulm <AT> gentoo.org>
sci-mathematics/singular/singular-4.0.2.ebuild | 5 -----
sci-mathematics/singular/singular-4.0.3.ebuild | 5 -----
2 files changed, 10 deletions(-)
diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild
b/sci-mathematics/singular/singular-4.0.2.ebuild
index f692e644c82..3d17c7c868c 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 8fd5f63c223..ffb1e2a5d95 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 () {