summaryrefslogtreecommitdiff
path: root/packaging/gentoo
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-09-03 10:21:01 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-09-03 10:21:01 +0000
commitc9e932603eeff973b2211030646971c4153033bc (patch)
tree883b8f7d422a5cd82d01c4b72e5875622f5c0cfd /packaging/gentoo
parent24bb721b3c1dc0b15d74ccecda03744357af558d (diff)
- 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
Diffstat (limited to 'packaging/gentoo')
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild11
1 files 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}"