dev-java/icedtea-bin: MULTILIB_COMPAT needs to be before inherit
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 5 Oct 2016 19:37:51 +0000 (20:37 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 5 Oct 2016 19:40:22 +0000 (20:40 +0100)
It doesn't take effect otherwise. See bug #595976.

Package-Manager: portage-2.3.1

dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild

index d8a9801522286065890439ffa7d863645ce712a8..2a75c42e3ea2f51bf0173ceec5640bd955ee8d8d 100644 (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 )
index fd6dc338e2e945729f25dfeb58bd6027f5e89a0d..51570ca9d74d187dea44e4aae25c376c5066287f 100644 (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 )