Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4951

Summary: ebuild for dgen-sdl (megadrive/genesis-emulator)
Product: Gentoo Linux Reporter: Hanno Böck <hanno>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for dgen-sdl

Description Hanno Böck gentoo-dev 2002-07-13 11:00:37 UTC
I suggest adding it to app-emulation.
It has some strange license, didn't know what to do with the license-var, so it
is empty.
Comment 1 Hanno Böck gentoo-dev 2002-07-13 11:01:16 UTC
Created attachment 2223 [details]
ebuild for dgen-sdl
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-08-01 23:19:31 UTC
committed
Comment 3 Hanno Böck gentoo-dev 2002-08-02 02:51:15 UTC
It seems i made a buggy ebuild. In the ebuild, there are these lines:

|
v
RDEPEND="media-libs/libsdl
	X? (virtual/X11)
	opengl? (virtual/opengl)"
RDEPEND="${DEPEND}
	dev-lang/nasm"

Which should be

DEPEND="media-libs/libsdl
	X? (virtual/X11)
	opengl? (virtual/opengl)"
RDEPEND="${DEPEND}
	dev-lang/nasm"

Can you make a -r1 version?
Comment 4 Ryan Phillips (RETIRED) gentoo-dev 2002-08-02 03:21:47 UTC
fixed... I kept it the same version though