commit: 78e6f3d8b68c84d5d5bb994eff800a5b0a837cb4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Apr 7 07:40:38 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Apr 7 07:40:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=78e6f3d8
app-editors/pemacs: Update to EAPI 8 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-editors/pemacs/pemacs-1.5_pre20130322.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild index 23062e1..3a8e438 100644 --- a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild +++ b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 inherit toolchain-funcs @@ -16,6 +16,7 @@ fi DESCRIPTION="Perfect Emacs, a small footprint Emacs derived from Ersatz Emacs" HOMEPAGE="https://github.com/hughbarney/pEmacs" +S="${WORKDIR}/${PN}" LICENSE="public-domain" SLOT="0" @@ -25,8 +26,6 @@ RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND} virtual/pkgconfig" -S="${WORKDIR}/${PN}" - src_compile() { emake CC="$(tc-getCC)" \ CFLAGS="${CFLAGS} -Wall" \
