| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1 | 8 | amd64 arm64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="meta package for lisp implementations"
HOMEPAGE="https://github.com/tgbugs/dockerfiles"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="amd64 arm64"
RDEPEND="
dev-lisp/abcl
!elibc_musl? ( # build failures on musl
dev-lisp/clozurecl
dev-lisp/clisp
)
dev-lisp/ecl
dev-lisp/sbcl
"
RDEPEND="$(echo "${RDEPEND}" | "${EPREFIX}"/bin/sed 's/[[:blank:]]*#.*$//')"
$(echo