diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-16 17:52:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-16 17:52:51 +0000 |
commit | 77fb3fcaa4158f71534452b52856577135071db1 (patch) | |
tree | 0dbccbae93afa8243d164d297b9da1a201dda71c /games-sports | |
parent | virtual/glut -> media-libs/glut (diff) | |
download | gentoo-2-77fb3fcaa4158f71534452b52856577135071db1.tar.gz gentoo-2-77fb3fcaa4158f71534452b52856577135071db1.tar.bz2 gentoo-2-77fb3fcaa4158f71534452b52856577135071db1.zip |
virtual/glut -> media-libs/glut
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/torcs/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index 75c4bcdb5d8e..d5507ff97a96 100644 --- a/games-sports/torcs/ChangeLog +++ b/games-sports/torcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/torcs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.32 2010/05/02 16:39:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.33 2010/09/16 17:52:51 scarabeus Exp $ + + 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> torcs-1.3.1.ebuild: + virtual/glut -> media-libs/glut 02 May 2010; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild: work around addpredict's odd path thing diff --git a/games-sports/torcs/torcs-1.3.1.ebuild b/games-sports/torcs/torcs-1.3.1.ebuild index 6d809941b092..e9e283f893f0 100644 --- a/games-sports/torcs/torcs-1.3.1.ebuild +++ b/games-sports/torcs/torcs-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.7 2010/05/02 16:39:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.8 2010/09/16 17:52:51 scarabeus Exp $ EAPI=2 inherit autotools eutils multilib games @@ -17,7 +17,7 @@ IUSE="" RDEPEND=">=media-libs/plib-1.8.4 virtual/opengl virtual/glu - virtual/glut + media-libs/freeglut media-libs/openal media-libs/freealut media-libs/libpng |