diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-09-26 15:54:59 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-09-26 15:54:59 +0100 |
commit | 5676116363fce9e8efa0da74e136afdd18bbc069 (patch) | |
tree | cd2bab8051b49acc62f5e01a6bed1f749eb1b59f /www-servers/resin | |
parent | dev-dotnet/pe-format: Remove dependency on sys-devel/systemd-m4 (diff) | |
download | gentoo-5676116363fce9e8efa0da74e136afdd18bbc069.tar.gz gentoo-5676116363fce9e8efa0da74e136afdd18bbc069.tar.bz2 gentoo-5676116363fce9e8efa0da74e136afdd18bbc069.zip |
www-servers/resin: Fix accidental SLOT mismatch
wltjr sends his apologies.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-servers/resin')
-rw-r--r-- | www-servers/resin/resin-4.0.44-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/resin/resin-4.0.44-r4.ebuild b/www-servers/resin/resin-4.0.44-r4.ebuild index 99cb5e885e75..dd2b2575fca9 100644 --- a/www-servers/resin/resin-4.0.44-r4.ebuild +++ b/www-servers/resin/resin-4.0.44-r4.ebuild @@ -44,7 +44,7 @@ mojarra-2.2 oracle-javamail validation-api-1.0 glassfish-xmlrpc-api -resin-servlet-api-3.0 +resin-servlet-api-3.1 glassfish-deployment-api-1.2" PATCHES=( @@ -145,7 +145,7 @@ src_install() { dosym /var/lib/resin/watchdog-data ${RESIN_HOME}/watchdog-data dosym \ - "$(java-pkg_getjar resin-servlet-api-3.0 resin-servlet-api.jar)" \ + "$(java-pkg_getjar resin-servlet-api-3.1 resin-servlet-api.jar)" \ "${JAVA_PKG_JARDEST}/resin-servlet-api.jar" use admin && { |