From: James Le Cuirot Date: Wed, 5 Oct 2016 19:37:51 +0000 (+0100) Subject: dev-java/icedtea-bin: MULTILIB_COMPAT needs to be before inherit X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f1ecc1178e1577245e39297a20d374e5ae86f79c;p=gentoo.git 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 --- diff --git a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild index d8a980152228..2a75c42e3ea2 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild @@ -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 ) diff --git a/dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild b/dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild index fd6dc338e2e9..51570ca9d74d 100644 --- a/dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild @@ -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 )