From c9e932603eeff973b2211030646971c4153033bc Mon Sep 17 00:00:00 2001 From: scarab Date: Wed, 3 Sep 2008 10:21:01 +0000 Subject: - uprava ebuildu pro svn verzi aby korespondoval s potrebama nejnovejsich tuxanku git-svn-id: http://opensvn.csie.org/tuxanci_ng@266 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- packaging/gentoo/tuxanci-9999.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index b9192e1..4a4a324 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="2_pre1" + ESVN_REPO_URI="http://opensvn.csie.org/tuxanci_ng" inherit games cmake-utils subversion @@ -16,13 +18,14 @@ IUSE="alsa debug dedicated nls" # alsa is used only when building client DEPEND="!dedicated? ( - >=media-libs/libsdl-1.2.10 - >=media-libs/sdl-ttf-2.0.7 - >=media-libs/sdl-image-1.2.6-r1 + >=media-libs/libsdl-1.2.10[X] + >=media-libs/sdl-ttf-2.0.7[X] + >=media-libs/sdl-image-1.2.6-r1[png] alsa? ( - >=media-libs/sdl-mixer-1.2.7 + >=media-libs/sdl-mixer-1.2.7[vorbis] ) ) + dev-libs/zziplib[sdl] nls? ( sys-devel/gettext )" S="${WORKDIR}"/"${PN}" -- cgit v1.2.3