From 0c27fdd27f7af096a5ccf0f2474bff503b9a9d94 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Sun, 4 Aug 2002 20:31:18 +0000 Subject: conflict fix --- app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'app-emulation/dgen-sdl') diff --git a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild index cf4fbdc4ac98..b7b4882bb750 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.3 2002/08/04 11:25:21 seemant Exp $ +# $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 $ S=${WORKDIR}/${P} DESCRIPTION="DGen/SDL is a Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" @@ -10,13 +10,8 @@ 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 )" - -RDEPEND="${DEPEND} - dev-lang/nasm" +DEPEND="media-libs/libsdl X? virtual/X11 opengl? virtual/opengl" +RDEPEND="${DEPEND} dev-lang/nasm" src_compile() { local myconf="" -- cgit v1.2.3-65-gdbad