Diff icedtea-bin-3.16.0 with a icedtea-bin-3.16.0-r2

/usr/portage/dev-java/icedtea-bin/icedtea-bin-3.16.0-r2.ebuild 2023-10-09 14:52:29.424368348 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=6
4
EAPI=8
5 5

  
6
# pkgcheck reports that multilib-build is not used but in fact it is used
7
# from files/icedtea-bin.env.sh so DO NOT REMOVE THAT CLASS even if pkgcheck
8
# says it's unused
6 9
inherit java-vm-2 multilib-build toolchain-funcs
7 10

  
8 11
abi_uri() {
......
29 32

  
30 33
LICENSE="GPL-2-with-classpath-exception"
31 34
SLOT="8"
32
KEYWORDS="-* amd64 ~arm arm64 ppc64 x86"
35
KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~x86"
33 36
IUSE="+alsa big-endian cups doc examples +gtk headless-awt pulseaudio selinux source"
34 37

  
35 38
REQUIRED_USE="gtk? ( !headless-awt )"
......
98 101

  
99 102
src_install() {
100 103
	local dest="/opt/${P}"
101
	local ddest="${ED}${dest#/}"
104
	local ddest="${ED}/${dest#/}"
102 105
	dodir "${dest}"
103 106

  
104 107
	dodoc ${P}-${ABI}/doc/{ASSEMBLY_EXCEPTION,AUTHORS,NEWS,README,THIRD_PARTY_README}
Thank you!