mgorny 14/06/18 19:30:50 Modified: glew-1.10.0-r2.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.2 media-libs/glew/glew-1.10.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.1&r2=1.2 Index: glew-1.10.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glew-1.10.0-r2.ebuild 21 Sep 2013 17:10:29 -0000 1.1 +++ glew-1.10.0-r2.ebuild 18 Jun 2014 19:30:50 -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/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.1 2013/09/21 17:10:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.2 2014/06/18 19:30:50 mgorny Exp $ EAPI=5 inherit multilib multilib-minimal toolchain-funcs versionator @@ -14,12 +14,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" -RDEPEND="virtual/glu[${MULTILIB_USEDEP}] - virtual/opengl[${MULTILIB_USEDEP}] - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXext[${MULTILIB_USEDEP}] - x11-libs/libXi[${MULTILIB_USEDEP}] - x11-libs/libXmu[${MULTILIB_USEDEP}] +RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] + >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}] + >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}] abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )" DEPEND=${RDEPEND} 1.96 media-libs/glew/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 21 Sep 2013 17:10:29 -0000 1.95 +++ ChangeLog 18 Jun 2014 19:30:50 -0000 1.96 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/glew -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.95 2013/09/21 17:10:29 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.96 2014/06/18 19:30:50 mgorny Exp $ + + 18 Jun 2014; Michał Górny <[email protected]> glew-1.10.0-r2.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *glew-1.10.0-r2 (21 Sep 2013)
