diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 20:22:43 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 20:22:43 +0000 |
commit | e9fcfbef037dd1139a2912fb58220082a30d637b (patch) | |
tree | d79c68258c49ad2be0aae33208381fa5357938d8 /games-sports/torcs | |
parent | Removing specific version of openal since the older CVS snapshot versions hav... (diff) | |
download | gentoo-2-e9fcfbef037dd1139a2912fb58220082a30d637b.tar.gz gentoo-2-e9fcfbef037dd1139a2912fb58220082a30d637b.tar.bz2 gentoo-2-e9fcfbef037dd1139a2912fb58220082a30d637b.zip |
Removing specific version of openal since the older CVS snapshot versions have been removed from the tree for some time now.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-sports/torcs')
-rw-r--r-- | games-sports/torcs/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.2.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index 075a1d3f4d43..0a02ef891ce0 100644 --- a/games-sports/torcs/ChangeLog +++ b/games-sports/torcs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/torcs # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.19 2006/11/12 12:13:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.20 2006/12/06 20:22:43 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> torcs-1.2.4-r1.ebuild: + Removing specific version of openal since the older CVS snapshot versions + have been removed from the tree for some time now. 12 Nov 2006; Tristan Heaven <nyhm@gentoo.org> torcs-1.3.0.ebuild: Depend on openal-0.0.8-r1, bug #154822 diff --git a/games-sports/torcs/torcs-1.2.4-r1.ebuild b/games-sports/torcs/torcs-1.2.4-r1.ebuild index 3b185eb9b5c7..10c58d6adb8e 100644 --- a/games-sports/torcs/torcs-1.2.4-r1.ebuild +++ b/games-sports/torcs/torcs-1.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.4-r1.ebuild,v 1.5 2006/11/04 13:56:53 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.4-r1.ebuild,v 1.6 2006/12/06 20:22:43 wolf31o2 Exp $ inherit eutils games @@ -16,7 +16,7 @@ IUSE="" DEPEND=">=media-libs/plib-1.8.3 virtual/opengl virtual/glut - ~media-libs/openal-0.0.8 + media-libs/openal media-libs/freealut media-libs/libpng sys-libs/zlib" |