Install this version:
emerge -a =app-emacs/nonen-99999999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/nonen-99999999
Or alternatively:
emerge --autounmask-write -a =app-emacs/nonen-99999999
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="26"
MY_PN="emacs-${PN}"
inherit elisp-common akater-live-release
DESCRIPTION="Surface-level non-English (NonEn) Elisp in Emacs"
HOMEPAGE="https://framagit.org/akater/emacs-nonen"
EGIT_REPO_URI="https://framagit.org/akater/${MY_PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DOCS="" # README.org is a relative symlink
DEPEND="test? ( app-emacs/ort )"
SITEFILE="50${PN}-gentoo.el"
pkg_postinst() {
elisp-site-regen
if declare -f readme.gentoo_print_elog >/dev/null; then
readme.gentoo_print_elog
fi
}
pkg_postrm() {
elisp-site-regen
}
Manage flags for this package:
euse -i <flag> -p app-emacs/nonen |
euse -E <flag> -p app-emacs/nonen |
euse -D <flag> -p app-emacs/nonen