diff options
Diffstat (limited to 'app-emacs/async')
-rw-r--r-- | app-emacs/async/async-1.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/async/async-1.9.3.ebuild b/app-emacs/async/async-1.9.3.ebuild index c59fc3c4339d..179ede444ddf 100644 --- a/app-emacs/async/async-1.9.3.ebuild +++ b/app-emacs/async/async-1.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jwiegley/emacs-async/archive/v${PV}.tar.gz -> ${MY_P LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" |