diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-02 21:18:39 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-02 21:18:39 -0800 |
commit | d883b7e82d7aefa0d36b1801eae6519600a505d6 (patch) | |
tree | c8cd72c5d30a53191c3ac6e3425d1d124b11a4af /dev-java/icedtea-bin/icedtea-bin-3.14.0.ebuild | |
parent | profiles: Drop libglvnd entries for arches with keywords (diff) | |
download | gentoo-d883b7e82d7aefa0d36b1801eae6519600a505d6.tar.gz gentoo-d883b7e82d7aefa0d36b1801eae6519600a505d6.tar.bz2 gentoo-d883b7e82d7aefa0d36b1801eae6519600a505d6.zip |
dev-java/icedtea-bin: restore amd64 and x86 keywords for 3.14
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-java/icedtea-bin/icedtea-bin-3.14.0.ebuild')
-rw-r--r-- | dev-java/icedtea-bin/icedtea-bin-3.14.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-java/icedtea-bin/icedtea-bin-3.14.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.14.0.ebuild index 3b2d6ede7e78..c516938e3916 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.14.0.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.14.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 # Don't block arm. See bug #600134. #MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} ) -KEYWORDS="-* ~arm ~arm64 ~ppc64" +KEYWORDS="-* amd64 ~arm arm64 ppc64 x86" inherit java-vm-2 multilib-build toolchain-funcs @@ -19,10 +19,13 @@ abi_uri() { BASE_URI="https://dev.gentoo.org/~gyakovlev/distfiles" SRC_URI="doc? ( ${BASE_URI}/${PN}-doc-${PV}.tar.xz ) source? ( ${BASE_URI}/${PN}-src-${PV}.tar.xz ) + multilib? ( amd64? ( abi_x86_32? ( ${BASE_URI}/${PN}-core-${PV}-x86.tar.xz ) ) ) big-endian? ( $(abi_uri ppc64) ) !big-endian? ( $(abi_uri ppc64le ppc64) ) + $(abi_uri amd64) $(abi_uri arm) - $(abi_uri arm64)" + $(abi_uri arm64) + $(abi_uri x86)" DESCRIPTION="A Gentoo-made binary build of the IcedTea JDK" HOMEPAGE="http://icedtea.classpath.org" |