diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-16 16:50:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-16 16:50:09 +0000 |
commit | 204539ad42530c0f2527295361efb59918c06a9c (patch) | |
tree | 2aaa4d66fd05dd5468a15de975dd6d64bc942037 /games-action/transcend | |
parent | virtual/glut -> media-libs/glut (diff) | |
download | gentoo-2-204539ad42530c0f2527295361efb59918c06a9c.tar.gz gentoo-2-204539ad42530c0f2527295361efb59918c06a9c.tar.bz2 gentoo-2-204539ad42530c0f2527295361efb59918c06a9c.zip |
virtual/glut -> media-libs/glut
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'games-action/transcend')
-rw-r--r-- | games-action/transcend/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/transcend/transcend-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/transcend/ChangeLog b/games-action/transcend/ChangeLog index 0a388cd6f2e8..d3c0eedfabdb 100644 --- a/games-action/transcend/ChangeLog +++ b/games-action/transcend/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/transcend -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.6 2006/12/01 19:47:34 wolf31o2 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.7 2010/09/16 16:50:09 scarabeus Exp $ + + 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> transcend-0.3.ebuild: + virtual/glut -> media-libs/glut 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> transcend-0.3.ebuild: Removing old virtual/x11 dependency. diff --git a/games-action/transcend/transcend-0.3.ebuild b/games-action/transcend/transcend-0.3.ebuild index b32258f529f6..2150ef79ae80 100644 --- a/games-action/transcend/transcend-0.3.ebuild +++ b/games-action/transcend/transcend-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.4 2006/12/01 19:47:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.5 2010/09/16 16:50:09 scarabeus Exp $ inherit games @@ -17,7 +17,7 @@ DEPEND="x11-libs/libXmu x11-libs/libXi virtual/opengl virtual/glu - virtual/glut" + media-libs/freeglut" S=${WORKDIR}/Transcend_${PV}_UnixSource/Transcend |