diff options
author | Thomas Sachau <tommy@gentoo.org> | 2014-03-16 09:41:14 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2014-03-16 09:41:14 +0000 |
commit | 362b31d072c3190c6b421201d10fa15e93c6d0c5 (patch) | |
tree | 7da1dd935292d0b8627cb36645962268926f0e55 /app-i18n | |
parent | Version bump. (diff) | |
download | gentoo-2-362b31d072c3190c6b421201d10fa15e93c6d0c5.tar.gz gentoo-2-362b31d072c3190c6b421201d10fa15e93c6d0c5.tar.bz2 gentoo-2-362b31d072c3190c6b421201d10fa15e93c6d0c5.zip |
Update multilib_is_native_abi to multilib_build_binaries
(Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/enca/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/enca/enca-1.14-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/enca/ChangeLog b/app-i18n/enca/ChangeLog index 4336d93d30d6..a1535c934a6a 100644 --- a/app-i18n/enca/ChangeLog +++ b/app-i18n/enca/ChangeLog @@ -1,6 +1,9 @@ # 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.95 2014/03/09 11:24:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.96 2014/03/16 09:41:14 tommy Exp $ + + 16 Mar 2014; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> enca-1.14-r1.ebuild: + Update multilib_is_native_abi to multilib_build_binaries *enca-1.14-r1 (09 Mar 2014) diff --git a/app-i18n/enca/enca-1.14-r1.ebuild b/app-i18n/enca/enca-1.14-r1.ebuild index cf44bd0957a1..ccf6c7e0f25e 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.1 2014/03/09 11:24:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v 1.2 2014/03/16 09:41:14 tommy Exp $ EAPI="4" @@ -48,7 +48,7 @@ multilib_src_compile() { popd > /dev/null fi # It will fail if we run these twice... - if ! multilib_is_native_abi ; then + if ! multilib_build_binaries ; 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 |