Install this version:
emerge -a =app-emacs/avy-0.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/avy-0.5.0
Or alternatively:
emerge --autounmask-write -a =app-emacs/avy-0.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.0 | 7 | ~amd64 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp
IUSE=""
DESCRIPTION="Jump to things in Emacs tree-style"
HOMEPAGE="https://github.com/abo-abo/avy"
SRC_URI="https://github.com/abo-abo/avy/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DOCS="README.md"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | avy-0.5.0.tar.gz | 27569 bytes | https://github.com/abo-abo/avy/archive/0.5.0.tar.gz |