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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- gcompris-8.4.12.ebuild
0
++ gcompris-8.4.12.ebuild
Lines 51-57 Link Here
51
}
51
}
52
52
53
src_configure() {
53
src_configure() {
54
	python_version
55
	GNUCHESS="${GAMES_BINDIR}"/gnuchess \
54
	GNUCHESS="${GAMES_BINDIR}"/gnuchess \
56
	egamesconf \
55
	egamesconf \
57
		--disable-dependency-tracking \
56
		--disable-dependency-tracking \
Lines 60-66 Link Here
60
		--localedir=/usr/share/locale \
59
		--localedir=/usr/share/locale \
61
		--infodir=/usr/share/info \
60
		--infodir=/usr/share/info \
62
		--enable-xf86vidmode \
61
		--enable-xf86vidmode \
63
		$(use_with python python /usr/bin/python${PYVER}) \
62
		$(use_with python python "$(PYTHON -a)") \
64
		$(use_enable debug) \
63
		$(use_enable debug) \
65
		$(use_enable gnet) \
64
		$(use_enable gnet) \
66
		$(use_enable sqlite)
65
		$(use_enable sqlite)

Return to bug 324195