Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432178 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- games-engines/gargoyle/gargoyle-2011.1.ebuild
0
++ games-engines/gargoyle/gargoyle-2011.1.ebuild
Lines 10-16 Link Here
10
# don't apply. (Fonts are installed through dependencies instead.)
10
# don't apply. (Fonts are installed through dependencies instead.)
11
11
12
EAPI=3
12
EAPI=3
13
inherit eutils multiprocessing games
13
inherit eutils multiprocessing toolchain-funcs games
14
14
15
DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
15
DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
16
HOMEPAGE="http://ccxvii.net/gargoyle/"
16
HOMEPAGE="http://ccxvii.net/gargoyle/"
Lines 56-64 Link Here
56
56
57
src_compile() {
57
src_compile() {
58
	jam \
58
	jam \
59
		-sAR="$(tc-getAR) cru" \
59
		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
60
		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
60
		-sUSESDL=yes \
61
		-sUSESDL=yes \
61
		-sBUNDLEFONTS=no \
62
		-sBUNDLEFONTS=no \
63
		-dx \
62
		-j$(makeopts_jobs) || die
64
		-j$(makeopts_jobs) || die
63
}
65
}
64
66

Return to bug 432178