diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-11-12 12:13:50 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-11-12 12:13:50 +0000 |
commit | 9adc6bd78d281a8f5c967778538c86512f174e9a (patch) | |
tree | 2630d21c2e640e32938e9f2c13082ca871ce75ed /games-sports/torcs/torcs-1.3.0.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-9adc6bd78d281a8f5c967778538c86512f174e9a.tar.gz historical-9adc6bd78d281a8f5c967778538c86512f174e9a.tar.bz2 historical-9adc6bd78d281a8f5c967778538c86512f174e9a.zip |
Depend on openal-0.0.8-r1, bug #154822
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'games-sports/torcs/torcs-1.3.0.ebuild')
-rw-r--r-- | games-sports/torcs/torcs-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-sports/torcs/torcs-1.3.0.ebuild b/games-sports/torcs/torcs-1.3.0.ebuild index 4e2c621b0be5..a0ca8086f16a 100644 --- a/games-sports/torcs/torcs-1.3.0.ebuild +++ b/games-sports/torcs/torcs-1.3.0.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.3.0.ebuild,v 1.1 2006/11/07 21:12:21 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.0.ebuild,v 1.2 2006/11/12 12:13:50 nyhm Exp $ inherit eutils multilib games @@ -17,7 +17,7 @@ DEPEND=">=media-libs/plib-1.8.4 virtual/opengl virtual/glu virtual/glut - media-libs/openal + >=media-libs/openal-0.0.8-r1 media-libs/freealut media-libs/libpng x11-libs/libXrandr" |