diff options
-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 |