Install this version:
emerge -a =app-emacs/envrc-0.11
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/envrc-0.11
Or alternatively:
emerge --autounmask-write -a =app-emacs/envrc-0.11
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.11 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Emacs support for direnv which operates buffer-locally"
HOMEPAGE="https://github.com/purcell/envrc"
SRC_URI="https://github.com/purcell/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
app-emacs/inheritenv
"
SITEFILE="50${PN}-gentoo.el"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | envrc-0.11.tar.gz | 11462 bytes | https://github.com/purcell/envrc/archive/refs/tags/0.11.tar.gz |