Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354411
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +11 lines)
Line  Link Here
0
-- gens-2.15.5.ebuild
0
++ gens-2.15.5.ebuild
Lines 11-25 Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="x86"
14
KEYWORDS="x86 ~amd64"
15
IUSE=""
15
IUSE=""
16
16
17
RDEPEND="virtual/opengl
17
RDEPEND="virtual/opengl
18
	>=media-libs/libsdl-1.2
18
	>=media-libs/libsdl-1.2
19
	x11-libs/gtk+:2"
19
	x11-libs/gtk+:2
20
	amd64? ( app-emulation/emul-linux-x86-baselibs
21
		app-emulation/emul-linux-x86-gtklibs
22
		app-emulation/emul-linux-x86-opengl
23
		app-emulation/emul-linux-x86-sdl )"
20
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
21
	>=dev-lang/nasm-0.98"
25
	>=dev-lang/nasm-0.98"
22
26
27
pkg_setup() {
28
	ABI="x86"
29
}
30
23
src_prepare() {
31
src_prepare() {
24
	epatch "${FILESDIR}"/${P}-romsdir.patch \
32
	epatch "${FILESDIR}"/${P}-romsdir.patch \
25
		"${FILESDIR}"/${P}-as-needed.patch \
33
		"${FILESDIR}"/${P}-as-needed.patch \

Return to bug 354411