diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:27:28 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:27:28 +0000 |
commit | 7990abd34e7cd8f33bb1add9247eff8bb7cd064b (patch) | |
tree | 1af7bf05820cdbe0d23c012992a5494d3108c297 /dev-libs/expat | |
parent | Drop old versions (diff) | |
download | gentoo-2-7990abd34e7cd8f33bb1add9247eff8bb7cd064b.tar.gz gentoo-2-7990abd34e7cd8f33bb1add9247eff8bb7cd064b.tar.bz2 gentoo-2-7990abd34e7cd8f33bb1add9247eff8bb7cd064b.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!)
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/expat/expat-2.1.0-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/expat/expat-2.1.0-r4.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index 2dbf906f09f1..69d9ab96f76f 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/expat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.163 2014/02/05 14:12:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.164 2014/04/28 17:27:28 mgorny Exp $ + + 28 Apr 2014; Michał Górny <mgorny@gentoo.org> expat-2.1.0-r3.ebuild, + expat-2.1.0-r4.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. *expat-2.1.0-r4 (05 Feb 2014) diff --git a/dev-libs/expat/expat-2.1.0-r3.ebuild b/dev-libs/expat/expat-2.1.0-r3.ebuild index d65776ea6edf..961cb5da35ea 100644 --- a/dev-libs/expat/expat-2.1.0-r3.ebuild +++ b/dev-libs/expat/expat-2.1.0-r3.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/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.14 2014/01/18 04:35:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.15 2014/04/28 17:27:28 mgorny Exp $ EAPI=5 inherit eutils libtool multilib toolchain-funcs multilib-minimal @@ -72,7 +72,7 @@ multilib_src_install() { popd >/dev/null fi - if multilib_build_binaries ; then + if multilib_is_native_abi ; then # libgeom in /lib and ifconfig in /sbin require libexpat on FreeBSD since # we stripped the libbsdxml copy starting from freebsd-lib-8.2-r1 use elibc_FreeBSD && gen_usr_ldscript -a expat diff --git a/dev-libs/expat/expat-2.1.0-r4.ebuild b/dev-libs/expat/expat-2.1.0-r4.ebuild index 3d915b201af6..ba39404236d9 100644 --- a/dev-libs/expat/expat-2.1.0-r4.ebuild +++ b/dev-libs/expat/expat-2.1.0-r4.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/dev-libs/expat/expat-2.1.0-r4.ebuild,v 1.1 2014/02/05 14:12:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v 1.2 2014/04/28 17:27:28 mgorny Exp $ EAPI=5 inherit eutils libtool multilib toolchain-funcs multilib-minimal @@ -73,7 +73,7 @@ multilib_src_install() { popd >/dev/null fi - if multilib_build_binaries ; then + if multilib_is_native_abi ; then # libgeom in /lib and ifconfig in /sbin require libexpat on FreeBSD since # we stripped the libbsdxml copy starting from freebsd-lib-8.2-r1 use elibc_FreeBSD && gen_usr_ldscript -a expat |