diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-10 21:18:28 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-10 21:18:28 +0000 |
commit | 20824e01ec005e19c581f15d1f3c6ab3833b4d3f (patch) | |
tree | c698851ef82696cc4119e400cb1e6e96b02ace47 /games-action/descent3/descent3-1.4.0b-r1.ebuild | |
parent | Reworked the ebuild a little bit and hopefully fixed the problems people are ... (diff) | |
download | historical-20824e01ec005e19c581f15d1f3c6ab3833b4d3f.tar.gz historical-20824e01ec005e19c581f15d1f3c6ab3833b4d3f.tar.bz2 historical-20824e01ec005e19c581f15d1f3c6ab3833b4d3f.zip |
Forgot to add libSDL to RDEPEND for x86.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-action/descent3/descent3-1.4.0b-r1.ebuild')
-rw-r--r-- | games-action/descent3/descent3-1.4.0b-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild index 016aba143504..d55aeea59755 100644 --- a/games-action/descent3/descent3-1.4.0b-r1.ebuild +++ b/games-action/descent3/descent3-1.4.0b-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-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.2 2006/01/10 20:08:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.3 2006/01/10 21:18:28 wolf31o2 Exp $ inherit eutils games @@ -22,7 +22,8 @@ RDEPEND="virtual/opengl ( x11-libs/libX11 x11-libs/libXext ) - virtual/x11 ) ) + virtual/x11 ) + =media-libs/libsdl-1.2* ) amd64? ( app-emulation/emul-linux-x86-xlibs app-emulation/emul-linux-x86-compat |