diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:18:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:18:31 +0000 |
commit | 0263a61b9cbdda33f3bc0deadf2071c517b1cf03 (patch) | |
tree | 7ddda0a13491aaeca5af0265244a9b76cbc3cf16 /app-arch | |
parent | Drop old versions (diff) | |
download | gentoo-2-0263a61b9cbdda33f3bc0deadf2071c517b1cf03.tar.gz gentoo-2-0263a61b9cbdda33f3bc0deadf2071c517b1cf03.tar.bz2 gentoo-2-0263a61b9cbdda33f3bc0deadf2071c517b1cf03.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 'app-arch')
-rw-r--r-- | app-arch/bzip2/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.6-r6.ebuild | 4 | ||||
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.6-r7.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-arch/bzip2/ChangeLog b/app-arch/bzip2/ChangeLog index 3863726c0aff..cdc713ac6e8e 100644 --- a/app-arch/bzip2/ChangeLog +++ b/app-arch/bzip2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-arch/bzip2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.123 2014/03/31 20:49:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.124 2014/04/28 17:18:31 mgorny Exp $ + + 28 Apr 2014; Michał Górny <mgorny@gentoo.org> bzip2-1.0.6-r6.ebuild, + bzip2-1.0.6-r7.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. 31 Mar 2014; Mike Frysinger <vapier@gentoo.org> bzip2-1.0.6-r6.ebuild: Mark ppc64 stable #504004. diff --git a/app-arch/bzip2/bzip2-1.0.6-r6.ebuild b/app-arch/bzip2/bzip2-1.0.6-r6.ebuild index f04fec5c6bff..8477f21ec50d 100644 --- a/app-arch/bzip2/bzip2-1.0.6-r6.ebuild +++ b/app-arch/bzip2/bzip2-1.0.6-r6.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-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.12 2014/03/31 20:49:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.13 2014/04/28 17:18:31 mgorny Exp $ # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly # (since we're building shared libs) ... @@ -71,7 +71,7 @@ multilib_src_install() { done use static-libs && dolib.a libbz2.a - if multilib_build_binaries ; then + if multilib_is_native_abi ; then gen_usr_ldscript -a bz2 dobin bzip2recover diff --git a/app-arch/bzip2/bzip2-1.0.6-r7.ebuild b/app-arch/bzip2/bzip2-1.0.6-r7.ebuild index 130819917ece..c895dc94c3d4 100644 --- a/app-arch/bzip2/bzip2-1.0.6-r7.ebuild +++ b/app-arch/bzip2/bzip2-1.0.6-r7.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-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.1 2014/03/18 01:21:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.2 2014/04/28 17:18:31 mgorny Exp $ # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly # (since we're building shared libs) ... @@ -73,7 +73,7 @@ multilib_src_install() { done use static-libs && dolib.a libbz2.a - if multilib_build_binaries ; then + if multilib_is_native_abi ; then gen_usr_ldscript -a bz2 dobin bzip2recover |