diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:20:45 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:20:45 +0000 |
commit | 4c81d31e1d29787b1b852b95e10cc409bfefe2d5 (patch) | |
tree | 10e43dded8ccd6ad17d50040cd0dbd854d6e50f0 | |
parent | Drop old versions (diff) | |
download | gentoo-2-4c81d31e1d29787b1b852b95e10cc409bfefe2d5.tar.gz gentoo-2-4c81d31e1d29787b1b852b95e10cc409bfefe2d5.tar.bz2 gentoo-2-4c81d31e1d29787b1b852b95e10cc409bfefe2d5.zip |
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!)
-rw-r--r-- | app-i18n/enca/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/enca/enca-1.14-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-i18n/enca/ChangeLog b/app-i18n/enca/ChangeLog index a1535c934a6a..9e400833b7c3 100644 --- a/app-i18n/enca/ChangeLog +++ b/app-i18n/enca/ChangeLog @@ -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 <mgorny@gentoo.org> 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]) <tommy@gentoo.org> enca-1.14-r1.ebuild: Update multilib_is_native_abi to multilib_build_binaries diff --git a/app-i18n/enca/enca-1.14-r1.ebuild b/app-i18n/enca/enca-1.14-r1.ebuild index ccf6c7e0f25e..a171ded25268 100644 --- a/app-i18n/enca/enca-1.14-r1.ebuild +++ b/app-i18n/enca/enca-1.14-r1.ebuild @@ -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 @@ multilib_src_compile() { 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 |