mgorny 14/04/28 17:20:45 Modified: enca-1.14-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 app-i18n/enca/enca-1.14-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild?r1=1.2&r2=1.3 Index: enca-1.14-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- enca-1.14-r1.ebuild 16 Mar 2014 09:41:14 -0000 1.2 +++ enca-1.14-r1.ebuild 28 Apr 2014 17:20:45 -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/app-i18n/enca/enca-1.14-r1.ebuild,v 1.2 2014/03/16 09:41:14 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v 1.3 2014/04/28 17:20:45 mgorny Exp $ EAPI="4" @@ -48,7 +48,7 @@ popd > /dev/null fi # It will fail if we run these twice... - if ! multilib_build_binaries ; then + if ! multilib_is_native_abi ; then sed -i -e 's/ src / /' Makefile || die sed -i -e '/SUBDIRS/s/ test//' Makefile || die sed -i -e 's/install-data-hook:/install-data-hook:\n\ndisabled:/' Makefile || die 1.97 app-i18n/enca/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.97&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.97&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?r1=1.96&r2=1.97 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- ChangeLog 16 Mar 2014 09:41:14 -0000 1.96 +++ ChangeLog 28 Apr 2014 17:20:45 -0000 1.97 @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/enca # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.96 2014/03/16 09:41:14 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.97 2014/04/28 17:20:45 mgorny Exp $ + + 28 Apr 2014; Michał Górny <[email protected]> enca-1.14-r1.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. 16 Mar 2014; Thomas Sachau (Tommy[D]) <[email protected]> enca-1.14-r1.ebuild: Update multilib_is_native_abi to multilib_build_binaries
