diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-18 20:35:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-18 20:35:22 +0000 |
commit | a0c1948dcaf55928f53fcd240bda338db67eb5cb (patch) | |
tree | 359ccc35b84dfed2a90558cd85f6803859acbc21 /media-libs | |
parent | sys-fs/aufs3: Change las KV_DIR to KV_OUT_DIR (diff) | |
download | gentoo-2-a0c1948dcaf55928f53fcd240bda338db67eb5cb.tar.gz gentoo-2-a0c1948dcaf55928f53fcd240bda338db67eb5cb.tar.bz2 gentoo-2-a0c1948dcaf55928f53fcd240bda338db67eb5cb.zip |
add virtual/glu dep (bug #438828)
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/glfw/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/glfw/glfw-2.6.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/glfw/ChangeLog b/media-libs/glfw/ChangeLog index 2d90a355f493..1321fc19b53a 100644 --- a/media-libs/glfw/ChangeLog +++ b/media-libs/glfw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glfw -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.12 2010/09/13 12:09:46 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.13 2012/10/18 20:35:22 mr_bones_ Exp $ + + 18 Oct 2012; Michael Sterrett <mr_bones_@gentoo.org> glfw-2.6.ebuild: + add virtual/glu dep (bug #438828) 13 Sep 2010; Tupone Alfredo <tupone@gentoo.org> glfw-2.6.ebuild, +files/glfw-2.6-ldflags.patch: @@ -51,4 +54,3 @@ 08 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +glfw-2.4.2.ebuild: initial commit - ebuild submitted by Scott 'me22' McMurray via bug #66532 - diff --git a/media-libs/glfw/glfw-2.6.ebuild b/media-libs/glfw/glfw-2.6.ebuild index bfc650c93dad..247554ba8091 100644 --- a/media-libs/glfw/glfw-2.6.ebuild +++ b/media-libs/glfw/glfw-2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-2.6.ebuild,v 1.6 2010/09/13 12:09:46 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-2.6.ebuild,v 1.7 2012/10/18 20:35:22 mr_bones_ Exp $ EAPI=2 inherit eutils multilib @@ -15,6 +15,7 @@ KEYWORDS="amd64 x86" IUSE="examples" DEPEND="x11-libs/libXrandr + virtual/glu virtual/opengl" S=${WORKDIR}/${PN} |