diff options
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent3/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/descent3/Manifest | 4 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b-r1.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 2955bdda3f93..7ae5d5cca082 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.15 2006/01/10 20:08:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.16 2006/01/10 21:18:28 wolf31o2 Exp $ + + 10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> + descent3-1.4.0b-r1.ebuild: + Forgot to add libSDL to RDEPEND for x86. 10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> -descent3-1.4.0b.ebuild, descent3-1.4.0b-r1.ebuild: diff --git a/games-action/descent3/Manifest b/games-action/descent3/Manifest index 0755d44e677d..9fb365186398 100644 --- a/games-action/descent3/Manifest +++ b/games-action/descent3/Manifest @@ -1,4 +1,4 @@ -MD5 ffa8a830c25f74a4b9873c040ee696b8 ChangeLog 2009 -MD5 deaa5deb9bd5b42b8514a6c449ed4d40 descent3-1.4.0b-r1.ebuild 3029 +MD5 28d980c533ea9e697e96c66a4221db32 ChangeLog 2136 +MD5 7dce23d1209d0ab365f0cc3f9b465779 descent3-1.4.0b-r1.ebuild 3055 MD5 d2af265a871305bb7fa493725388a58d files/digest-descent3-1.4.0b-r1 138 MD5 e43b9b7575f9c659feedda43ab915f01 metadata.xml 630 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 |