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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- games-engines/love/love-0.8.0.ebuild
0
++ games-engines/love/love-0.8.0.ebuild
Lines 4-10 Link Here
4
4
5
EAPI=3
5
EAPI=3
6
6
7
inherit base games
7
inherit eutils base games
8
8
9
if [[ ${PV} == 9999* ]]; then
9
if [[ ${PV} == 9999* ]]; then
10
	inherit autotools mercurial
10
	inherit autotools mercurial
Lines 40-45 Link Here
40
DOCS=( "readme.md" "changes.txt" )
40
DOCS=( "readme.md" "changes.txt" )
41
41
42
src_prepare() {
42
src_prepare() {
43
	epatch "${FILESDIR}"/${PN}-0.8.0-freetype.patch
43
	if [[ ${PV} == 9999* ]]; then
44
	if [[ ${PV} == 9999* ]]; then
44
		sh platform/unix/gen-makefile || die
45
		sh platform/unix/gen-makefile || die
45
		mkdir platform/unix/m4 || die
46
		mkdir platform/unix/m4 || die

Return to bug 504956