mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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 () {
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user