diff options
Diffstat (limited to 'www-servers/tomcat/tomcat-8.5.87.ebuild')
-rw-r--r-- | www-servers/tomcat/tomcat-8.5.87.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/tomcat/tomcat-8.5.87.ebuild b/www-servers/tomcat/tomcat-8.5.87.ebuild index e1506972d167..6f5f1a7f9687 100644 --- a/www-servers/tomcat/tomcat-8.5.87.ebuild +++ b/www-servers/tomcat/tomcat-8.5.87.ebuild @@ -47,6 +47,8 @@ DEPEND="${COMMON_DEP} BDEPEND="verify-sig? ( ~sec-keys/openpgp-keys-apache-tomcat-${PV}:${PV} )" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/tomcat-${PV}.apache.org.asc" +PATCHES=( "${FILESDIR}/${PN}-8.5.86-build.xml.patch" ) + S=${WORKDIR}/${MY_P} src_prepare() { @@ -54,8 +56,6 @@ src_prepare() { find -name '*.jar' -type f -delete -print || die - eapply "${FILESDIR}/${PN}-8.5.86-build.xml.patch" - # For use of catalina.sh in netbeans sed -i -e "/^# ----- Execute The Requested Command/ a\ CLASSPATH=\`java-config --with-dependencies --classpath ${PN}-${SLOT}\`" \ |