mgorny 14/06/18 19:19:24 Modified: apitrace-4.0.ebuild ChangeLog Log: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 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.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?r1=1.2&r2=1.3 Index: apitrace-4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apitrace-4.0.ebuild 28 Apr 2014 17:44:26 -0000 1.2 +++ apitrace-4.0.ebuild 18 Jun 2014 19:19:24 -0000 1.3 @@ -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.2 2014/04/28 17:44:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v 1.3 2014/06/18 19:19:24 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -17,9 +17,9 @@ IUSE="+cli egl qt4" RDEPEND="${PYTHON_DEPS} - app-arch/snappy[${MULTILIB_USEDEP}] - sys-libs/zlib[${MULTILIB_USEDEP}] - media-libs/mesa[egl?,${MULTILIB_USEDEP}] + >=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] + >=media-libs/mesa-9.1.6[egl?,${MULTILIB_USEDEP}] egl? ( || ( >=media-libs/mesa-8.0[gles1,gles2] <media-libs/mesa-8.0[gles] 1.22 dev-util/apitrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 28 Apr 2014 17:44:26 -0000 1.21 +++ ChangeLog 18 Jun 2014 19:19:24 -0000 1.22 @@ -1,6 +1,10 @@ # 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.21 2014/04/28 17:44:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.22 2014/06/18 19:19:24 mgorny Exp $ + + 18 Jun 2014; Michał Górny <[email protected]> apitrace-4.0.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 28 Apr 2014; Michał Górny <[email protected]> apitrace-4.0.ebuild: Replace multilib_build_binaries with multilib_is_native_abi. The two are
