mgorny 14/04/28 17:44:26 Modified: apitrace-4.0.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.2 dev-util/apitrace/apitrace-4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?r1=1.1&r2=1.2 Index: apitrace-4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apitrace-4.0.ebuild 3 Apr 2014 18:23:13 -0000 1.1 +++ apitrace-4.0.ebuild 28 Apr 2014 17:44:26 -0000 1.2 @@ -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 @@ -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) 1.21 dev-util/apitrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 5 Apr 2014 15:19:42 -0000 1.20 +++ ChangeLog 28 Apr 2014 17:44:26 -0000 1.21 @@ -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 <[email protected]> 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 <[email protected]> files/apitrace-4.0-glxtrace-only.patch:
