Install this version:
emerge -a =app-emacs/emacs-async-1.9.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/emacs-async-1.9.4
Or alternatively:
emerge --autounmask-write -a =app-emacs/emacs-async-1.9.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.9.4 | 7 | ~amd64 | 1 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp
IUSE=""
DESCRIPTION="Simple library for asynchronous processing in Emacs"
HOMEPAGE="https://github.com/jwiegley/emacs-async"
SRC_URI="https://github.com/jwiegley/emacs-async/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="1"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | emacs-async-1.9.4.tar.gz | 15375 bytes | https://github.com/jwiegley/emacs-async/archive/v1.9.4.tar.gz |