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>
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 () {
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 () {