Diff tomcat-9.0.120 with a tomcat-9.0.121
| /usr/portage/www-servers/tomcat/tomcat-9.0.121.ebuild 2026-09-07 20:03:07.415905040 +0300 | ||
|---|---|---|
| 1 | 1 |
# Copyright 1999-2026 Gentoo Authors |
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=8 |
|
| 4 |
EAPI=9 |
|
| 5 | 5 | |
| 6 | 6 |
JAVA_PKG_IUSE="doc source test" |
| 7 | 7 | |
| ... | ... | |
| 17 | 17 | |
| 18 | 18 |
LICENSE="Apache-2.0" |
| 19 | 19 |
SLOT="9" |
| 20 |
KEYWORDS="amd64 ~arm64" |
|
| 20 |
KEYWORDS="~amd64 ~arm64" |
|
| 21 | 21 |
IUSE="extra-webapps" |
| 22 | 22 | |
| 23 | 23 |
RESTRICT="test" # can we run them on a production system? |
| ... | ... | |
| 68 | 68 |
) |
| 69 | 69 | |
| 70 | 70 |
src_prepare() {
|
| 71 |
default #780585 |
|
| 72 | 71 |
java-pkg-2_src_prepare |
| 73 | 72 |
java-pkg_clean |
| 74 | 73 | |