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

(-)/usr/portage/games-strategy/wesnoth/wesnoth-1.2.5.ebuild (-2 / +4 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="amd64 ppc ppc64 sparc x86"
14
KEYWORDS="amd64 ppc ppc64 sparc x86"
15
IUSE="dedicated editor gnome kde lite nls server tools"
15
IUSE="dedicated editor gnome kde lite nls python server tools"
16
16
17
RDEPEND=">=media-libs/libsdl-1.2.7
17
RDEPEND=">=media-libs/libsdl-1.2.7
18
	!dedicated? (
18
	!dedicated? (
Lines 21-27 Link Here
21
	>=media-libs/sdl-mixer-1.2
21
	>=media-libs/sdl-mixer-1.2
22
	>=media-libs/sdl-image-1.2
22
	>=media-libs/sdl-image-1.2
23
	media-libs/sdl-net
23
	media-libs/sdl-net
24
	nls? ( virtual/libintl )"
24
	nls? ( virtual/libintl )
25
	python? ( >=dev-lang/python-2.4 )"
25
# the configure script is broken and checks for freetype even if
26
# the configure script is broken and checks for freetype even if
26
# it won't be used.  until it's either patched out or upstream fixes
27
# it won't be used.  until it's either patched out or upstream fixes
27
# it, just make it a DEPEND.
28
# it, just make it a DEPEND.
Lines 71-76 Link Here
71
		--with-icondir=/usr/share/icons \
72
		--with-icondir=/usr/share/icons \
72
		--with-desktopdir=/usr/share/applications \
73
		--with-desktopdir=/usr/share/applications \
73
		$(use_enable lite) \
74
		$(use_enable lite) \
75
		$(use_enable python) \
74
		$(use_enable server) \
76
		$(use_enable server) \
75
		$(use_enable server campaign-server) \
77
		$(use_enable server campaign-server) \
76
		$(use server && echo --with-server-uid=${GAMES_USER_DED} --with-server-gid=${GAMES_GROUP}) \
78
		$(use server && echo --with-server-uid=${GAMES_USER_DED} --with-server-gid=${GAMES_GROUP}) \

Return to bug 190137