diff options
Diffstat (limited to 'app-i18n/enca/enca-1.14-r1.ebuild')
-rw-r--r-- | app-i18n/enca/enca-1.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |