Install this version:
emerge -a =app-eselect/eselect-dlang-20241230
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-eselect/eselect-dlang-20241230
Or alternatively:
emerge --autounmask-write -a =app-eselect/eselect-dlang-20241230
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Eselect module for management of multiple D versions"
HOMEPAGE="https://github.com/gentoo/dlang"
S="${FILESDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT="test" # no tests
RDEPEND="app-admin/eselect"
src_install() {
insinto /usr/share/eselect/modules
newins dlang.eselect-${PV} dlang.eselect
keepdir /usr/include/dlang
}
app-admin/eselect