~alpine/aports

community/openjdk8: add missing nss dependency v1 PROPOSED

Dane Hammer: 1
 community/openjdk8: add missing nss dependency

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/646/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] community/openjdk8: add missing nss dependency Export this patch

Patches	a0a5ffcea690a74b6f8c240d811be43542af60a6 to 3.8

See #10126
---
 community/openjdk8/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/openjdk8/APKBUILD b/community/openjdk8/APKBUILD
index 9512bf44f7..4c6b737fff 100644
--- a/community/openjdk8/APKBUILD
+++ b/community/openjdk8/APKBUILD
@@ -6,12 +6,12 @@ _icedteaver=3.11.0
# pkgver is <JDK version>.<JDK update>.<JDK build>
# Check https://icedtea.classpath.org/wiki/Main_Page when updating!
pkgver=8.201.08
pkgrel=0
pkgrel=1
pkgdesc="OpenJDK 8 provided by IcedTea"
url="https://icedtea.classpath.org/"
arch="all"
license="custom"
depends="$pkgname-jre java-cacerts"
depends="$pkgname-jre java-cacerts nss"
options="sover-namecheck"
makedepends="bash findutils tar zip file paxmark gawk util-linux libxslt
	autoconf automake linux-headers sed xz coreutils
-- 
2.17.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---