diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-05-11 12:42:46 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-05-11 12:43:58 +0100 |
commit | ec0945c4cc016ee79d75dbfe0243043df392b54e (patch) | |
tree | a9d817a3406149180140cf0da3312a6b521e14fa /dev-java | |
parent | www-apps/nextcloud: drop vulnerable versions, security bug #617910 (diff) | |
download | gentoo-ec0945c4cc016ee79d75dbfe0243043df392b54e.tar.gz gentoo-ec0945c4cc016ee79d75dbfe0243043df392b54e.tar.bz2 gentoo-ec0945c4cc016ee79d75dbfe0243043df392b54e.zip |
dev-java/icedtea-bin: Mark 3.3.0-r1 stable to close out bug #605430
The only difference between this and r0 is the SunEC library uses a
bundled NSS library. Users have reported that this fixes the issue.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/icedtea-bin/icedtea-bin-3.3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/icedtea-bin/icedtea-bin-3.3.0-r1.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.3.0-r1.ebuild index 80e7bd7d99fe..d83a7ed11edc 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.3.0-r1.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.3.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 # Don't block arm. See bug #600134. #MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} ) -KEYWORDS="-* ~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="-* amd64 ~arm ppc64 x86" inherit java-vm-2 multilib-build toolchain-funcs |