Install this version:
emerge -a =app-emacs/cond-let-0.2.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.2 | 8 | amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="28.1"
ELPA_URI="https://elpa.nongnu.org/nongnu"
ELPA_SIG="elpa.nongnu.org"
ELPA_CONTAINER_KIND="tar"
inherit elpa
DESCRIPTION="Additional and improved binding conditionals"
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
DOCS="README.org"
src_prepare() {
rm "${PN}-pkg.el"
default
}