summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-04-13 08:55:09 +0200
committerUlrich Müller <ulm@gentoo.org>2021-04-13 08:55:09 +0200
commite6d8612b041789f0f02ebae273b68c378fe1330e (patch)
tree8447f197f11954c1972f3fa80a7147d3de2f7f45
parentapp-emacs/evil: Sync ebuild from Gentoo repository (diff)
downloademacs-e6d8612b041789f0f02ebae273b68c378fe1330e.tar.gz
emacs-e6d8612b041789f0f02ebae273b68c378fe1330e.tar.bz2
emacs-e6d8612b041789f0f02ebae273b68c378fe1330e.zip
app-emacs/async: Bump to EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/async/async-9999.ebuild6
1 files 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"