Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4951 - ebuild for dgen-sdl (megadrive/genesis-emulator)
Summary: ebuild for dgen-sdl (megadrive/genesis-emulator)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-13 11:00 UTC by Hanno Böck
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for dgen-sdl (dgen-sdl-1.23.ebuild,924 bytes, text/plain)
2002-07-13 11:01 UTC, Hanno Böck
Details

Note You need to log in before you can comment on or make changes to this bug.
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