summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-01-25 02:40:12 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-01-25 02:40:12 +0000
commit2dce6cd5983b4b83c6c5b819f12a9c6fa5aad49c (patch)
tree7857f716579163596f3e3cd7b24f10deb6a51119 /games-emulation
parent(#117973) Fix for modular X. (diff)
downloadgentoo-2-2dce6cd5983b4b83c6c5b819f12a9c6fa5aad49c.tar.gz
gentoo-2-2dce6cd5983b4b83c6c5b819f12a9c6fa5aad49c.tar.bz2
gentoo-2-2dce6cd5983b4b83c6c5b819f12a9c6fa5aad49c.zip
(#118248) Fix for modular X provided by Ryan Hill.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/psemu-peopssoftgpu/ChangeLog6
-rw-r--r--games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild12
2 files changed, 13 insertions, 5 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/ChangeLog b/games-emulation/psemu-peopssoftgpu/ChangeLog
index 0fad92ff0aae..fc7c1d66c5cf 100644
--- a/games-emulation/psemu-peopssoftgpu/ChangeLog
+++ b/games-emulation/psemu-peopssoftgpu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/psemu-peopssoftgpu
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/ChangeLog,v 1.9 2006/01/07 04:56:52 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/ChangeLog,v 1.10 2006/01/25 02:40:12 spyderous Exp $
+
+ 25 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ psemu-peopssoftgpu-1.17.ebuild:
+ (#118248) Fix for modular X provided by Ryan Hill.
*psemu-peopssoftgpu-1.17 (07 Jan 2006)
diff --git a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild
index ec91ed9b10a5..745ee6a80d10 100644
--- a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild
+++ b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.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-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild,v 1.2 2006/01/07 05:03:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild,v 1.3 2006/01/25 02:40:12 spyderous Exp $
inherit eutils games
@@ -14,12 +14,16 @@ KEYWORDS="~ppc ~x86"
IUSE="sdl"
RDEPEND="=x11-libs/gtk+-1*
- sdl? ( media-libs/libsdl )
- virtual/x11"
+ sdl? ( media-libs/libsdl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
x86? ( dev-lang/nasm )
- amd64? ( dev-lang/nasm )"
+ amd64? ( dev-lang/nasm )
+ || ( ( x11-proto/xf86dgaproto
+ x11-proto/xf86vidmodeproto
+ )
+ virtual/x11
+ )"
S=${WORKDIR}