summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-16 23:59:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-16 23:59:22 +0000
commita1aac2073043b37e90c2cd514f07f2ac7676fd33 (patch)
tree97d66e04ed23ed42f4ceec1d67c13212840cec47 /games-strategy
parentnomusic for wesnoth (bug #60570) (diff)
downloadgentoo-2-a1aac2073043b37e90c2cd514f07f2ac7676fd33.tar.gz
gentoo-2-a1aac2073043b37e90c2cd514f07f2ac7676fd33.tar.bz2
gentoo-2-a1aac2073043b37e90c2cd514f07f2ac7676fd33.zip
enable lite install knob (bug #60570)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/ChangeLog5
-rw-r--r--games-strategy/wesnoth/wesnoth-0.8.2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index 80d769fe8526..2880d3ae9498 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.35 2004/08/15 10:42:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.36 2004/08/16 23:59:22 mr_bones_ Exp $
+
+ 16 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-0.8.2.ebuild:
+ enable lite install knob (bug #60570)
15 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> -wesnoth-0.7.10.ebuild,
-wesnoth-0.7.11.ebuild:
diff --git a/games-strategy/wesnoth/wesnoth-0.8.2.ebuild b/games-strategy/wesnoth/wesnoth-0.8.2.ebuild
index 056651a55436..349f7aa1f500 100644
--- a/games-strategy/wesnoth/wesnoth-0.8.2.ebuild
+++ b/games-strategy/wesnoth/wesnoth-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.2.ebuild,v 1.1 2004/08/15 10:41:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.2.ebuild,v 1.2 2004/08/16 23:59:22 mr_bones_ Exp $
inherit flag-o-matic gcc games
@@ -11,7 +11,7 @@ SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
-IUSE="server editor tools gnome kde"
+IUSE="server editor tools gnome kde nomusic"
DEPEND=">=media-libs/libsdl-1.2.7
>=media-libs/sdl-image-1.2
@@ -24,6 +24,7 @@ src_compile() {
[ "$(gcc-fullversion)" == "3.4.0" ] && filter-flags -ftracer
egamesconf \
--disable-dependency-tracking \
+ $(use_enable nomusic lite) \
$(use_enable server) \
$(use_enable editor) \
$(use_enable tools) \