diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:44:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:44:26 +0000 |
commit | 2e01346d817ab1d189cbde74dba1066ea97b9b23 (patch) | |
tree | 36f8eb39d53dfe0de73bd8f104a65acc42b76de6 /dev-util/apitrace | |
parent | Replace multilib_build_binaries with multilib_is_native_abi. The two are equi... (diff) | |
download | gentoo-2-2e01346d817ab1d189cbde74dba1066ea97b9b23.tar.gz gentoo-2-2e01346d817ab1d189cbde74dba1066ea97b9b23.tar.bz2 gentoo-2-2e01346d817ab1d189cbde74dba1066ea97b9b23.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-util/apitrace')
-rw-r--r-- | dev-util/apitrace/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/apitrace/apitrace-4.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/apitrace/ChangeLog b/dev-util/apitrace/ChangeLog index fad63b49e3c1..14e8bf52f0f6 100644 --- a/dev-util/apitrace/ChangeLog +++ b/dev-util/apitrace/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/apitrace # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.20 2014/04/05 15:19:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.21 2014/04/28 17:44:26 mgorny Exp $ + + 28 Apr 2014; Michał Górny <mgorny@gentoo.org> apitrace-4.0.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. 05 Apr 2014; Mike Frysinger <vapier@gentoo.org> files/apitrace-4.0-glxtrace-only.patch: diff --git a/dev-util/apitrace/apitrace-4.0.ebuild b/dev-util/apitrace/apitrace-4.0.ebuild index f2bede7c105a..84bbdf6d3689 100644 --- a/dev-util/apitrace/apitrace-4.0.ebuild +++ b/dev-util/apitrace/apitrace-4.0.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-util/apitrace/apitrace-4.0.ebuild,v 1.1 2014/04/03 18:23:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v 1.2 2014/04/28 17:44:26 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -63,7 +63,7 @@ src_configure() { -DARCH_SUBDIR= $(cmake-utils_use_enable egl EGL) ) - if multilib_build_binaries ; then + if multilib_is_native_abi ; then mycmakeargs+=( $(cmake-utils_use_enable cli CLI) $(cmake-utils_use_enable qt4 GUI) |