mgorny 14/04/28 17:56:08 Modified: jpeg-9a.ebuild jpeg-8d-r1.ebuild ChangeLog Log: Replace multilib_build_binaries with multilib_is_native_abi. The two are equivalent now, and the team has decided to use the old name as being less confusing. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-libs/jpeg/jpeg-9a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?r1=1.2&r2=1.3 Index: jpeg-9a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jpeg-9a.ebuild 24 Jan 2014 14:02:40 -0000 1.2 +++ jpeg-9a.ebuild 28 Apr 2014 17:56:08 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild,v 1.2 2014/01/24 14:02:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild,v 1.3 2014/04/28 17:56:08 mgorny Exp $ EAPI=5 inherit eutils libtool toolchain-funcs multilib-minimal @@ -41,7 +41,7 @@ multilib_src_compile() { emake - if multilib_build_binaries; then + if multilib_is_native_abi; then # Build exifautotran and jpegexiforient cd ../debian/extra emake CC="$(tc-getCC)" CFLAGS="${LDFLAGS} ${CFLAGS}" 1.16 media-libs/jpeg/jpeg-8d-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild?r1=1.15&r2=1.16 Index: jpeg-8d-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- jpeg-8d-r1.ebuild 20 Feb 2014 14:16:51 -0000 1.15 +++ jpeg-8d-r1.ebuild 28 Apr 2014 17:56:08 -0000 1.16 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild,v 1.15 2014/02/20 14:16:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild,v 1.16 2014/04/28 17:56:08 mgorny Exp $ EAPI=5 inherit eutils libtool toolchain-funcs multilib-minimal @@ -43,7 +43,7 @@ multilib_src_compile() { emake - if multilib_build_binaries; then + if multilib_is_native_abi; then # Build exifautotran and jpegexiforient cd ../debian/extra emake CC="$(tc-getCC)" CFLAGS="${LDFLAGS} ${CFLAGS}" 1.164 media-libs/jpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.164&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.164&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.163&r2=1.164 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- ChangeLog 21 Feb 2014 19:22:23 -0000 1.163 +++ ChangeLog 28 Apr 2014 17:56:08 -0000 1.164 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/jpeg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.163 2014/02/21 19:22:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.164 2014/04/28 17:56:08 mgorny Exp $ + + 28 Apr 2014; Michał Górny <[email protected]> jpeg-8d-r1.ebuild, + jpeg-9a.ebuild: + Replace multilib_build_binaries with multilib_is_native_abi. The two are + equivalent now, and the team has decided to use the old name as being less + confusing. 21 Feb 2014; Samuli Suominen <[email protected]> -jpeg-6b-r11.ebuild, -jpeg-6b-r9.ebuild, -jpeg-8d.ebuild:
