--- /usr/portage/games-strategy/wesnoth/wesnoth-1.2.5.ebuild 2007-07-27 20:36:31.000000000 -0400 +++ wesnoth-1.2.5.ebuild 2007-08-13 16:11:54.000000000 -0400 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="dedicated editor gnome kde lite nls server tools" +IUSE="dedicated editor gnome kde lite nls python server tools" RDEPEND=">=media-libs/libsdl-1.2.7 !dedicated? ( @@ -21,7 +21,8 @@ >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-image-1.2 media-libs/sdl-net - nls? ( virtual/libintl )" + nls? ( virtual/libintl ) + python? ( >=dev-lang/python-2.4 )" # the configure script is broken and checks for freetype even if # it won't be used. until it's either patched out or upstream fixes # it, just make it a DEPEND. @@ -71,6 +72,7 @@ --with-icondir=/usr/share/icons \ --with-desktopdir=/usr/share/applications \ $(use_enable lite) \ + $(use_enable python) \ $(use_enable server) \ $(use_enable server campaign-server) \ $(use server && echo --with-server-uid=${GAMES_USER_DED} --with-server-gid=${GAMES_GROUP}) \