Install this version:
emerge -a =dev-tcltk/critcl-3.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-tcltk/critcl-3.3.1
Or alternatively:
emerge --autounmask-write -a =dev-tcltk/critcl-3.3.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.3.1 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Critcl lets you easily embed C code in Tcl."
HOMEPAGE="http://github.com/andreas-kupries/critcl"
SRC_URI="http://github.com/andreas-kupries/critcl/tarball/${PV} -> ${P}.tar.gz"
S="${WORKDIR}/andreas-kupries-critcl-254bdff"
LICENSE="tcltk"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-lang/tcl"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
./build.tcl install --prefix "${D}/usr"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | critcl-3.3.1.tar.gz | 1669225 bytes | http://github.com/andreas-kupries/critcl/tarball/3.3.1 |