diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 12:16:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 12:26:49 +0100 |
commit | f75f885e0e988698ba82e4d427a08f96d383979a (patch) | |
tree | 1f6e74170e2ab7dedb7c1e20a5ed35c7255b3c6a /sci-mathematics | |
parent | dev-util/cmake: Update virtual/emacs dependency (again!). (diff) | |
download | gentoo-f75f885e0e988698ba82e4d427a08f96d383979a.tar.gz gentoo-f75f885e0e988698ba82e4d427a08f96d383979a.tar.bz2 gentoo-f75f885e0e988698ba82e4d427a08f96d383979a.zip |
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@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/singular-4.0.2.ebuild | 5 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-4.0.3.ebuild | 5 |
2 files changed, 0 insertions, 10 deletions
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 () { |