From 9da8ac8da11938e2507917b446af93fa88db8ef5 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 13 Apr 2021 09:00:13 +0200 Subject: app-emacs/emacs-daemon: 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/emacs-daemon/emacs-daemon-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild index 548100e..3db05eb 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" @@ -11,11 +11,11 @@ inherit elisp git-r3 DESCRIPTION="Gentoo support for Emacs running as a server in the background" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" +S="${WORKDIR}/${PN}" LICENSE="GPL-2+" SLOT="0" -S="${WORKDIR}/${PN}" SITEFILE="10${PN}-gentoo.el" pkg_setup() { -- cgit v1.2.3-65-gdbad