Install this version:
emerge -a =dev-java/classgraph-4.8.181
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-java/classgraph-4.8.181
Or alternatively:
emerge --autounmask-write -a =dev-java/classgraph-4.8.181
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.8.181 | 9 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="An uber-fast parallelized Java classpath scanner and module scanner"
HOMEPAGE="https://github.com/classgraph/classgraph"
SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
S="${WORKDIR}/${PN}-${P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=virtual/jdk-11"
RDEPEND=">=virtual/jre-11"
JAVA_SRC_DIR="src/main/java"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | classgraph-4.8.181.tar.gz | 15344601 bytes | https://github.com/classgraph/classgraph/archive/classgraph-4.8.181.tar.gz |