commit: e6d8612b041789f0f02ebae273b68c378fe1330e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Apr 13 06:55:09 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Apr 13 06:55:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=e6d8612b
app-emacs/async: Bump to EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/async/async-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/async/async-9999.ebuild b/app-emacs/async/async-9999.ebuild index 1f4c3cf..159fe0f 100644 --- a/app-emacs/async/async-9999.ebuild +++ b/app-emacs/async/async-9999.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 EGIT_REPO_URI="https://github.com/jwiegley/emacs-async.git" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" @@ -10,10 +10,10 @@ inherit elisp git-r3 DESCRIPTION="A simple asynchronous framework for Emacs" HOMEPAGE="https://github.com/jwiegley/emacs-async" +S="${WORKDIR}/${PN}" LICENSE="GPL-2+" SLOT="0" -S="${WORKDIR}/${PN}" SITEFILE="50${PN}-gentoo.el" DOCS="README.md"
