tupone 14/07/23 06:45:22 Modified: ChangeLog glfw-3.0.3.ebuild Log: Fix dependency. Bug #514554 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.18 media-libs/glfw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 5 Nov 2013 15:48:21 -0000 1.17 +++ ChangeLog 23 Jul 2014 06:45:22 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glfw -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.17 2013/11/05 15:48:21 chithanh Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.18 2014/07/23 06:45:22 tupone Exp $ + + 23 Jul 2014; Alfredo Tupone <tup...@gentoo.org> glfw-3.0.3.ebuild: + Fix dependency. Bug #514554 by Patrick Lauer *glfw-3.0.3 (05 Nov 2013) 1.2 media-libs/glfw/glfw-3.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/glfw-3.0.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/glfw-3.0.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/glfw-3.0.3.ebuild?r1=1.1&r2=1.2 Index: glfw-3.0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.0.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glfw-3.0.3.ebuild 5 Nov 2013 15:48:21 -0000 1.1 +++ glfw-3.0.3.ebuild 23 Jul 2014 06:45:22 -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/glfw/glfw-3.0.3.ebuild,v 1.1 2013/11/05 15:48:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.0.3.ebuild,v 1.2 2014/07/23 06:45:22 tupone Exp $ EAPI=5 inherit cmake-utils @@ -14,9 +14,13 @@ KEYWORDS="~amd64 ~x86" IUSE="egl examples" -DEPEND="x11-libs/libXrandr - virtual/glu +RDEPEND="x11-libs/libXrandr + x11-libs/libX11 + x11-libs/libXi + x11-libs/libXxf86vm virtual/opengl" +DEPEND="${RDEPEND} + virtual/glu" src_configure() { local mycmakeargs="