chewi 15/05/24 12:52:22 Modified: icedtea-bin-7.2.5.5.ebuild ChangeLog Log: Mask has now been applied in non-armv7a profiles so no need to do an awkward pkg_pretend check except for hardfloat. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.3 dev-java/icedtea-bin/icedtea-bin-7.2.5.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.5.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.5.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.5.5.ebuild?r1=1.2&r2=1.3 Index: icedtea-bin-7.2.5.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.5.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- icedtea-bin-7.2.5.5.ebuild 23 May 2015 23:17:18 -0000 1.2 +++ icedtea-bin-7.2.5.5.ebuild 24 May 2015 12:52:22 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.5.5.ebuild,v 1.2 2015/05/23 23:17:18 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.5.5.ebuild,v 1.3 2015/05/24 12:52:22 chewi Exp $ EAPI="5" @@ -90,8 +90,6 @@ pkg_pretend() { if [[ "$(tc-is-softfloat)" != "no" ]]; then die "These binaries require a hardfloat system." - elif use arm && [[ "${CHOST}" != armv7* ]]; then - die "These binaries require an ARMv7 CPU." fi } 1.81 dev-java/icedtea-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 23 May 2015 23:17:18 -0000 1.80 +++ ChangeLog 24 May 2015 12:52:22 -0000 1.81 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/icedtea-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.80 2015/05/23 23:17:18 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.81 2015/05/24 12:52:22 chewi Exp $ + + 24 May 2015; James Le Cuirot <[email protected]> icedtea-bin-7.2.5.5.ebuild: + Mask has now been applied in non-armv7a profiles so no need to do an awkward + pkg_pretend check except for hardfloat. 23 May 2015; James Le Cuirot <[email protected]> icedtea-bin-6.1.13.7.ebuild, icedtea-bin-7.2.5.5.ebuild:
