Install this version:
emerge -a =sci-electronics/chisel-meta-3.5.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-electronics/chisel-meta-3.5.4
Or alternatively:
emerge --autounmask-write -a =sci-electronics/chisel-meta-3.5.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.5.4 | 8 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Meta package to run chisel playground"
HOMEPAGE="https://github.com/chipsalliance/playground"
SRC_URI=""
LICENSE="metapackage"
SLOT="0"
#if [[ ${PV} != *_rc* ]] ; then
# KEYWORDS="~amd64"
#fi
RDEPEND="
dev-build/make
dev-java/antlr:4
dev-java/mill-bin
dev-java/sbt-bin
dev-libs/protobuf
dev-ruby/asciidoctor
dev-ruby/asciidoctor-bibtex
dev-ruby/asciidoctor-diagram
dev-ruby/asciidoctor-mathematical
dev-vcs/git
net-misc/wget
sci-electronics/circt
sci-electronics/wavedrom-cli
sys-apps/dtc
sys-process/parallel
"
dev-build/make dev-java/antlr:4 dev-java/mill-bin dev-java/sbt-bin dev-libs/protobuf dev-ruby/asciidoctor dev-ruby/asciidoctor-bibtex dev-ruby/asciidoctor-diagram dev-ruby/asciidoctor-mathematical dev-vcs/git net-misc/wget sci-electronics/circt sci-electronics/wavedrom-cli sys-apps/dtc sys-process/parallel