Re: [gentoo-dev] [PATCH v2 3/3] elisp.eclass: Depend on app-editors/emacs directly.

2019-12-20 Thread Ulrich Mueller
> -RDEPEND=">=virtual/emacs-${NEED_EMACS:-23}" > +RDEPEND=">=app-editors/emacs-${NEED_EMACS}:*" ... and of course, the slot operator isn't legal in EAPI 4. It is trivial to fix, so I won't send a v3 for this. signature.asc Description: PGP signature

[gentoo-dev] [PATCH v2 3/3] elisp.eclass: Depend on app-editors/emacs directly.

2019-12-20 Thread Ulrich Müller
This replaces the indirect dependency on virtual/emacs. Update pkg_setup() to call elisp-check-emacs-version instead of the now deprecated elisp-need-emacs. Signed-off-by: Ulrich Müller --- eclass/elisp.eclass | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/