mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
jetty-server-11.0.9.ebuild
This commit is contained in:
parent
1e7d7c9feb
commit
7055ebeec1
1 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -16,7 +16,8 @@ KEYWORDS="amd64 ~arm64 x86"
|
|||
|
||||
RDEPEND=">=virtual/jre-11:*"
|
||||
|
||||
DEPEND=">=virtual/jdk-11:*
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/jdk-11:*
|
||||
app-arch/unzip
|
||||
dev-java/jetty-io
|
||||
dev-java/jetty-util
|
||||
|
|
@ -25,7 +26,7 @@ DEPEND=">=virtual/jdk-11:*
|
|||
dev-java/jakarta-servlet-api:5
|
||||
"
|
||||
|
||||
JAVA_GENTOO_CLASSPATH="jetty-io,jetty-util,jakarta-servlet-api,jetty-http,jetty-jmx"
|
||||
JAVA_GENTOO_CLASSPATH="jetty-io,jetty-util,jakarta-servlet-api:5,jetty-http,jetty-jmx"
|
||||
|
||||
src_prepare(){
|
||||
rm module-info.java
|
||||
|
|
|
|||
Loading…
Reference in a new issue