summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-07 09:40:38 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-07 09:40:38 +0200
commit78e6f3d8b68c84d5d5bb994eff800a5b0a837cb4 (patch)
tree1a49e051a801aed1f10e0f2ab8358effd5761d8f /app-editors
parentapp-editors/pemacs: Drop live version (diff)
downloademacs-78e6f3d8b68c84d5d5bb994eff800a5b0a837cb4.tar.gz
emacs-78e6f3d8b68c84d5d5bb994eff800a5b0a837cb4.tar.bz2
emacs-78e6f3d8b68c84d5d5bb994eff800a5b0a837cb4.zip
app-editors/pemacs: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/pemacs/pemacs-1.5_pre20130322.ebuild7
1 files 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" \