commit:     593380f52f9c82b6b46491265cb2fb945766d974
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Jul 24 06:07:42 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 08:59:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593380f5

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 <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37697
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 www-servers/tomcat/tomcat-10.1.26.ebuild | 1 +
 www-servers/tomcat/tomcat-9.0.91.ebuild  | 1 +
 2 files changed, 2 insertions(+)

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() {

Reply via email to