diff options
author | 2008-06-16 19:04:09 +0000 | |
---|---|---|
committer | 2008-06-16 19:04:09 +0000 | |
commit | 2683184ffa8c3542e156f692b69df48f9693a328 (patch) | |
tree | 82d2ecd66e6ba039d2c66a2a037455a9e26934fc /media-libs | |
parent | Stable for HPPA (bug #226685). (diff) | |
download | gentoo-2-2683184ffa8c3542e156f692b69df48f9693a328.tar.gz gentoo-2-2683184ffa8c3542e156f692b69df48f9693a328.tar.bz2 gentoo-2-2683184ffa8c3542e156f692b69df48f9693a328.zip |
Add note about freeglut.
(Portage version: 2.1.5.5)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vgui/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/vgui/vgui-1.90a-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/vgui/ChangeLog b/media-libs/vgui/ChangeLog index de91724ea043..83e84e474184 100644 --- a/media-libs/vgui/ChangeLog +++ b/media-libs/vgui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/vgui -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vgui/ChangeLog,v 1.9 2007/07/22 08:57:19 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/vgui/ChangeLog,v 1.10 2008/06/16 19:04:09 robbat2 Exp $ + + 16 Jun 2008; Robin H. Johnson <robbat2@gentoo.org> vgui-1.90a-r1.ebuild: + Add note about freeglut. 22 Jul 2007; Samuli Suominen <drac@gentoo.org> vgui-1.90a-r1.ebuild: Remove virtual/x11 references. diff --git a/media-libs/vgui/vgui-1.90a-r1.ebuild b/media-libs/vgui/vgui-1.90a-r1.ebuild index 58b2c89a34b7..4f8435abc9f7 100644 --- a/media-libs/vgui/vgui-1.90a-r1.ebuild +++ b/media-libs/vgui/vgui-1.90a-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vgui/vgui-1.90a-r1.ebuild,v 1.3 2007/07/22 08:57:19 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vgui/vgui-1.90a-r1.ebuild,v 1.4 2008/06/16 19:04:09 robbat2 Exp $ MY_PN="v" MY_PV="${PV/a}" @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" +# Does NOT compile against freeglut RDEPEND="media-libs/glut x11-libs/libXaw virtual/opengl |