mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-java/icedtea-bin: MULTILIB_COMPAT needs to be before inherit
It doesn't take effect otherwise. See bug #595976. Package-Manager: portage-2.3.1
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit java-vm-2 multilib-build toolchain-funcs
|
||||
|
||||
MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} )
|
||||
KEYWORDS="-* amd64 ~arm ppc64 x86"
|
||||
|
||||
inherit java-vm-2 multilib-build toolchain-funcs
|
||||
|
||||
BASE_URI="https://dev.gentoo.org/~chewi/distfiles"
|
||||
SRC_URI="doc? ( ${BASE_URI}/${PN}-doc-${PV}.tar.xz )
|
||||
source? ( ${BASE_URI}/${PN}-src-${PV}.tar.xz )
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit java-vm-2 multilib-build prefix toolchain-funcs
|
||||
|
||||
MULTILIB_COMPAT=( abi_x86_{32,64} )
|
||||
KEYWORDS="-* amd64 x86"
|
||||
|
||||
inherit java-vm-2 multilib-build prefix toolchain-funcs
|
||||
|
||||
BASE_URI="https://dev.gentoo.org/~chewi/distfiles"
|
||||
SRC_URI="doc? ( ${BASE_URI}/${PN}-doc-${PV}.tar.xz )
|
||||
source? ( ${BASE_URI}/${PN}-src-${PV}.tar.xz )
|
||||
|
||||
Reference in New Issue
Block a user