mgorny 14/04/28 17:43:33 Modified: wayland-1.4.0.ebuild wayland-1.3.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.11 dev-libs/wayland/wayland-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?r1=1.10&r2=1.11 Index: wayland-1.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- wayland-1.4.0.ebuild 20 Apr 2014 08:31:19 -0000 1.10 +++ wayland-1.4.0.ebuild 28 Apr 2014 17:43:33 -0000 1.11 @@ -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/wayland/wayland-1.4.0.ebuild,v 1.10 2014/04/20 08:31:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v 1.11 2014/04/28 17:43:33 mgorny Exp $ EAPI=5 @@ -41,7 +41,7 @@ if tc-is-cross-compiler ; then myeconfargs+=( --disable-scanner ) fi - if ! multilib_build_binaries; then + if ! multilib_is_native_abi; then myeconfargs+=( --disable-documentation ) fi 1.2 dev-libs/wayland/wayland-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild?r1=1.1&r2=1.2 Index: wayland-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wayland-1.3.0.ebuild 31 Dec 2013 18:23:49 -0000 1.1 +++ wayland-1.3.0.ebuild 28 Apr 2014 17:43:33 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v 1.1 2013/12/31 18:23:49 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v 1.2 2014/04/28 17:43:33 mgorny Exp $ EAPI=5 @@ -48,7 +48,7 @@ if tc-is-cross-compiler ; then myeconfargs+=( --disable-scanner ) fi - if ! multilib_build_binaries; then + if ! multilib_is_native_abi; then myeconfargs+=( --disable-documentation ) fi 1.43 dev-libs/wayland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 20 Apr 2014 08:31:19 -0000 1.42 +++ ChangeLog 28 Apr 2014 17:43:33 -0000 1.43 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/wayland # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.42 2014/04/20 08:31:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.43 2014/04/28 17:43:33 mgorny Exp $ + + 28 Apr 2014; Michał Górny <[email protected]> wayland-1.3.0.ebuild, + wayland-1.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. 20 Apr 2014; Agostino Sarubbo <[email protected]> wayland-1.4.0.ebuild: Stable for amd64, wrt bug #500368
