diff options
author | 2024-07-24 08:07:42 +0200 | |
---|---|---|
committer | 2024-07-25 10:59:43 +0200 | |
commit | 593380f52f9c82b6b46491265cb2fb945766d974 (patch) | |
tree | b3056b22769b9856eba89bd1a99148056361319e /www-servers/tomcat | |
parent | media-radio/svxlink: Add dependencies (diff) | |
download | gentoo-593380f52f9c82b6b46491265cb2fb945766d974.tar.gz gentoo-593380f52f9c82b6b46491265cb2fb945766d974.tar.bz2 gentoo-593380f52f9c82b6b46491265cb2fb945766d974.zip |
www-servers/tomcat: 9.0.91 10.1.26 fix building javadoc
Closes: https://bugs.gentoo.org/936555
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37697
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'www-servers/tomcat')
-rw-r--r-- | www-servers/tomcat/tomcat-10.1.26.ebuild | 1 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-9.0.91.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www-servers/tomcat/tomcat-10.1.26.ebuild b/www-servers/tomcat/tomcat-10.1.26.ebuild index 0cf5d3b43e3e..5a265187a6e3 100644 --- a/www-servers/tomcat/tomcat-10.1.26.ebuild +++ b/www-servers/tomcat/tomcat-10.1.26.ebuild @@ -101,6 +101,7 @@ INIT_REV="-r1" src_compile() { LC_ALL=C eant + use doc && LC_ALL=C eant javadoc } src_test() { diff --git a/www-servers/tomcat/tomcat-9.0.91.ebuild b/www-servers/tomcat/tomcat-9.0.91.ebuild index 7b448f073a63..e765f1d0ba75 100644 --- a/www-servers/tomcat/tomcat-9.0.91.ebuild +++ b/www-servers/tomcat/tomcat-9.0.91.ebuild @@ -98,6 +98,7 @@ INIT_REV="-r1" src_compile() { LC_ALL=C eant + use doc && LC_ALL=C eant javadoc } src_test() { |