Install this version:
emerge -a =dev-java/tomcat-juli-9.0.110
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-java/tomcat-juli-9.0.110
Or alternatively:
emerge --autounmask-write -a =dev-java/tomcat-juli-9.0.110
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9.0.110 | 9 | ~amd64 | 9 |
# 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="Apache Tomcat JULI logging implementation"
HOMEPAGE="https://tomcat.apache.org/"
SRC_URI="https://archive.apache.org/dist/tomcat/tomcat-9/v${PV}/src/apache-tomcat-${PV}-src.tar.gz"
S="${WORKDIR}/apache-tomcat-${PV}-src"
LICENSE="Apache-2.0"
SLOT="9"
KEYWORDS="~amd64"
DEPEND=">=virtual/jdk-11"
RDEPEND=">=virtual/jre-11"
PATCHES=( "${FILESDIR}/${PN}"-9.0.110-remove-bnd-annotation.patch )
JAVA_SRC_DIR="java/org/apache/juli"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | apache-tomcat-9.0.110-src.tar.gz | 7394123 bytes | https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.110/src/apache-tomcat-9.0.110-src.tar.gz |