From 826f337a4b8a8f713b2f71c0040aa50d8bf820bb Mon Sep 17 00:00:00 2001 From: eegorov Date: Sun, 27 Jan 2013 10:08:48 +0700 Subject: xonotic-data depend on dev-games/gmqcc now --- games-fps/xonotic-data/xonotic-data-9999.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'games-fps') diff --git a/games-fps/xonotic-data/xonotic-data-9999.ebuild b/games-fps/xonotic-data/xonotic-data-9999.ebuild index a00eb14..06b9354 100644 --- a/games-fps/xonotic-data/xonotic-data-9999.ebuild +++ b/games-fps/xonotic-data/xonotic-data-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -19,7 +19,7 @@ IUSE="+client +convert low +maps +zip" RDEPEND="" DEPEND=" - ~games-util/fteqcc-xonotic-9999 + ~dev-games/gmqcc-9999 convert? ( media-gfx/imagemagick[jpeg,png] low? ( media-sound/vorbis-tools ) @@ -119,10 +119,7 @@ src_compile() { # Data cd data pushd xonotic-data.pk3dir - emake \ - FTEQCC="/usr/bin/fteqcc-xonotic" \ - FTEQCCFLAGS_WATERMARK='' \ - || die "emake data.pk3 failed" + emake || die "emake data.pk3 failed" popd rm -rf \ -- cgit v1.2.3-65-gdbad