summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/async/async-9999.ebuild')
-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"