diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-09-06 18:58:34 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-09-07 09:27:51 +0200 |
commit | 56fdc3aef5a39e7ead067c5cb03436a2fd644410 (patch) | |
tree | 847c379275db1bdf923005c97bd108331e5431a6 /www-servers | |
parent | dev-util/visualvm: slotmove 7 -> 0 (diff) | |
download | gentoo-56fdc3aef5a39e7ead067c5cb03436a2fd644410.tar.gz gentoo-56fdc3aef5a39e7ead067c5cb03436a2fd644410.tar.bz2 gentoo-56fdc3aef5a39e7ead067c5cb03436a2fd644410.zip |
www-servers/tomcat: add missing dependency on dev-java/bnd:0
Closes: https://bugs.gentoo.org/939169
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/38488
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/tomcat-10.1.28-r1.ebuild (renamed from www-servers/tomcat/tomcat-10.1.28.ebuild) | 1 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-9.0.93-r1.ebuild (renamed from www-servers/tomcat/tomcat-9.0.93.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www-servers/tomcat/tomcat-10.1.28.ebuild b/www-servers/tomcat/tomcat-10.1.28-r1.ebuild index 988d2777d534..46f330d5f41c 100644 --- a/www-servers/tomcat/tomcat-10.1.28.ebuild +++ b/www-servers/tomcat/tomcat-10.1.28-r1.ebuild @@ -36,6 +36,7 @@ RDEPEND="${COMMON_DEP} DEPEND="${COMMON_DEP} app-admin/pwgen >=dev-java/ant-1.10.14-r3:0 + dev-java/bnd:0 dev-java/bnd-ant:0 dev-java/bnd-util:0 dev-java/bndlib:0 diff --git a/www-servers/tomcat/tomcat-9.0.93.ebuild b/www-servers/tomcat/tomcat-9.0.93-r1.ebuild index b2ce7130baf1..122626117fab 100644 --- a/www-servers/tomcat/tomcat-9.0.93.ebuild +++ b/www-servers/tomcat/tomcat-9.0.93-r1.ebuild @@ -35,6 +35,7 @@ RDEPEND="${COMMON_DEP} DEPEND="${COMMON_DEP} app-admin/pwgen >=dev-java/ant-1.10.14-r3:0 + dev-java/bnd:0 dev-java/bnd-ant:0 dev-java/bnd-util:0 dev-java/bndlib:0 |