diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-10-05 20:37:51 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-10-05 20:40:22 +0100 |
commit | f1ecc1178e1577245e39297a20d374e5ae86f79c (patch) | |
tree | f434a3d55bb47c023ce16d6c0aebc5cc30ccd121 /dev-java/icedtea-bin | |
parent | app-i18n/kcm-fcitx: Stabilize on amd64/x86 (bug #589966). (diff) | |
download | gentoo-f1ecc1178e1577245e39297a20d374e5ae86f79c.tar.gz gentoo-f1ecc1178e1577245e39297a20d374e5ae86f79c.tar.bz2 gentoo-f1ecc1178e1577245e39297a20d374e5ae86f79c.zip |
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
Diffstat (limited to 'dev-java/icedtea-bin')
-rw-r--r-- | dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 ) |