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:
James Le Cuirot
2016-10-05 20:37:51 +01:00
parent 3c87ec896f
commit f1ecc1178e
2 changed files with 4 additions and 4 deletions

View File

@@ -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 )

View File

@@ -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 )