diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-08-04 20:32:08 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-08-04 20:32:08 +0000 |
commit | 9ba1c4c3cc1691e3ec69256a06d949cc01a4a93a (patch) | |
tree | 1d16dad262bced5ce8339df24da96c2e876c3c61 /app-emulation/dgen-sdl | |
parent | conflict fix (diff) | |
download | gentoo-2-9ba1c4c3cc1691e3ec69256a06d949cc01a4a93a.tar.gz gentoo-2-9ba1c4c3cc1691e3ec69256a06d949cc01a4a93a.tar.bz2 gentoo-2-9ba1c4c3cc1691e3ec69256a06d949cc01a4a93a.zip |
"virtual/X11" -> "virtual/x11" caps fix
Diffstat (limited to 'app-emulation/dgen-sdl')
-rw-r--r-- | app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild index b7b4882bb750..3acf1ad73fe2 100644 --- a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild +++ b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.4 2002/08/04 20:31:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.5 2002/08/04 20:32:08 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="DGen/SDL is a Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" @@ -10,7 +10,7 @@ SRC_URI="http://www.pknet.com/~joe/${P}.tar.gz" SLOT="0" KEYWORDS="x86" LICENSE="dgen-sdl" -DEPEND="media-libs/libsdl X? virtual/X11 opengl? virtual/opengl" +DEPEND="media-libs/libsdl X? virtual/x11 opengl? virtual/opengl" RDEPEND="${DEPEND} dev-lang/nasm" src_compile() { |