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

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- a/games-arcade/jumpnbump/jumpnbump-1.61.ebuild
0
++ b/games-arcade/jumpnbump/jumpnbump-1.61.ebuild
Lines 3-10 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
PYTHON_COMPAT=( python3_{7,8,9} )
6
PYTHON_COMPAT=( python3_{8..10} )
7
inherit python-single-r1 flag-o-matic toolchain-funcs
7
inherit python-single-r1 toolchain-funcs
8
8
9
DESCRIPTION="A funny multiplayer game about cute little fluffy bunnies"
9
DESCRIPTION="A funny multiplayer game about cute little fluffy bunnies"
10
HOMEPAGE="https://libregames.gitlab.io/jumpnbump"
10
HOMEPAGE="https://libregames.gitlab.io/jumpnbump"
Lines 34-44 Link Here
34
	)
34
	)
35
"
35
"
36
36
37
PATCHES=( ${FILESDIR}/${P}-fno-common.patch )
38
37
src_compile() {
39
src_compile() {
38
	tc-export AR CC RANLIB
40
	tc-export AR CC RANLIB
39
41
40
	append-flags -fcommon
41
42
	emake PREFIX="${EPREFIX}/usr"
42
	emake PREFIX="${EPREFIX}/usr"
43
	use gtk && emake PREFIX="${EPREFIX}/usr" jnbmenu
43
	use gtk && emake PREFIX="${EPREFIX}/usr" jnbmenu
44
}
44
}

Return to bug 794970