summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-04-28 17:35:16 +0000
committerMichał Górny <mgorny@gentoo.org>2014-04-28 17:35:16 +0000
commitec922daac74c30833b24b7bbe2e6c5293a3d7fc4 (patch)
treed96d143e87d47b1160122500370f82ecf590f9b8 /dev-libs
parentReplace multilib_build_binaries with multilib_is_native_abi. The two are equi... (diff)
downloadgentoo-2-ec922daac74c30833b24b7bbe2e6c5293a3d7fc4.tar.gz
gentoo-2-ec922daac74c30833b24b7bbe2e6c5293a3d7fc4.tar.bz2
gentoo-2-ec922daac74c30833b24b7bbe2e6c5293a3d7fc4.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')
-rw-r--r--dev-libs/libgpg-error/ChangeLog7
-rw-r--r--dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/libgpg-error/ChangeLog b/dev-libs/libgpg-error/ChangeLog
index e33e15c03a20..74c6fcb4043d 100644
--- a/dev-libs/libgpg-error/ChangeLog
+++ b/dev-libs/libgpg-error/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libgpg-error
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.103 2014/02/06 08:34:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.104 2014/04/28 17:35:16 mgorny Exp $
+
+ 28 Apr 2014; Michał Górny <mgorny@gentoo.org> libgpg-error-1.12-r1.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.
06 Feb 2014; Michał Górny <mgorny@gentoo.org> libgpg-error-1.12-r1.ebuild:
Use MULTILIB_CHOST_TOOLS instead of inlining it.
diff --git a/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild
index 2fd61e680e52..fd7c6dd3eca3 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.12-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/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild,v 1.2 2014/02/06 08:34:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild,v 1.3 2014/04/28 17:35:16 mgorny Exp $
EAPI=5
@@ -39,7 +39,7 @@ multilib_src_configure() {
$(use_enable common-lisp languages)
)
- multilib_build_binaries || myeconfargs+=(
+ multilib_is_native_abi || myeconfargs+=(
--disable-languages
)