Install this version:
emerge -a =dev-tcltk/eltclsh-1.18
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-tcltk/eltclsh-1.18
Or alternatively:
emerge --autounmask-write -a =dev-tcltk/eltclsh-1.18
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Interactive shell for the TCL programming language"
HOMEPAGE="https://homepages.laas.fr/mallet/soft/shell/eltclsh"
SRC_URI="http://distfiles.openrobots.org/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-lang/tcl:0=
dev-lang/tk
dev-libs/libedit
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
dev-lang/tcl:0= dev-lang/tk dev-libs/libedit
dev-lang/tcl:0= dev-lang/tk dev-libs/libedit
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | eltclsh-1.18.tar.gz | 378712 bytes | http://distfiles.openrobots.org/eltclsh/eltclsh-1.18.tar.gz |