summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-02-13 02:44:58 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-02-13 02:44:58 +0000
commit9963df504cc111d8baf61bf70a54c5fe5acf243c (patch)
tree4f242aeb13a0b3958a5b81441c8ee975aaee465d /games-emulation/snes9x
parentFix: DEPEND: ')' not separated by space (diff)
downloadgentoo-2-9963df504cc111d8baf61bf70a54c5fe5acf243c.tar.gz
gentoo-2-9963df504cc111d8baf61bf70a54c5fe5acf243c.tar.bz2
gentoo-2-9963df504cc111d8baf61bf70a54c5fe5acf243c.zip
Fix: RDEPEND: 'emul-linux-x86-xlibs' not a valid atom
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation/snes9x')
-rw-r--r--games-emulation/snes9x/ChangeLog5
-rw-r--r--games-emulation/snes9x/snes9x-1.43-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog
index e5193887ccb7..a1d3070c2ac3 100644
--- a/games-emulation/snes9x/ChangeLog
+++ b/games-emulation/snes9x/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/snes9x
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.22 2006/02/07 00:30:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.23 2006/02/13 02:44:58 halcy0n Exp $
+
+ 13 Feb 2006; Mark Loeser <halcy0n@gentoo.org> snes9x-1.43-r1.ebuild:
+ Fix: RDEPEND: 'emul-linux-x86-xlibs' not a valid atom
07 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org>
+files/snes9x-1.43-config.patch, snes9x-1.43-r1.ebuild:
diff --git a/games-emulation/snes9x/snes9x-1.43-r1.ebuild b/games-emulation/snes9x/snes9x-1.43-r1.ebuild
index 6326a4e97246..d105f5e26b0f 100644
--- a/games-emulation/snes9x/snes9x-1.43-r1.ebuild
+++ b/games-emulation/snes9x/snes9x-1.43-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-emulation/snes9x/snes9x-1.43-r1.ebuild,v 1.6 2006/02/07 00:30:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r1.ebuild,v 1.7 2006/02/13 02:44:58 halcy0n Exp $
# 3dfx support (glide) is disabled because it requires
# glide-v2 while we only provide glide-v3 in portage
@@ -22,7 +22,7 @@ RDEPEND="|| ( ( x11-libs/libXext
x11-libs/libXxf86vm ) )
virtual/x11 )
media-libs/libpng
- amd64? ( emul-linux-x86-xlibs )
+ amd64? ( app-emulation/emul-linux-x86-xlibs )
opengl? (
virtual/opengl
virtual/glu )"