From 90464ecf5a4a65e2d55f362616a208458221ef79 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 13 Apr 2021 08:08:15 +0200 Subject: app-emacs/nummove: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- app-emacs/nummove/nummove-20070312.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-emacs') diff --git a/app-emacs/nummove/nummove-20070312.ebuild b/app-emacs/nummove/nummove-20070312.ebuild index fdf0568..f5270bd 100644 --- a/app-emacs/nummove/nummove-20070312.ebuild +++ b/app-emacs/nummove/nummove-20070312.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${PN}" -ELISP_PATCHES="${P}-image-path.patch" +PATCHES=("${FILESDIR}"/${P}-image-path.patch) SITEFILE="50${PN}-gentoo.el" src_install() { -- cgit v1.2.3-65-gdbad