summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2007-09-15 21:24:09 +0000
committerAlfredo Tupone <tupone@gentoo.org>2007-09-15 21:24:09 +0000
commit1d4d375b738f3ade6f0e96e15427f533de168778 (patch)
treec440107c98a3b52674f2402defadeb1f6830399c /games-strategy
parentfixed syntax error (diff)
downloadgentoo-2-1d4d375b738f3ade6f0e96e15427f533de168778.tar.gz
gentoo-2-1d4d375b738f3ade6f0e96e15427f533de168778.tar.bz2
gentoo-2-1d4d375b738f3ade6f0e96e15427f533de168778.zip
Check for mikmod use flag in media-libs/sdl-mixer. Fixes bug #188877
(Portage version: 2.1.2.12)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/castle-combat/ChangeLog9
-rw-r--r--games-strategy/castle-combat/castle-combat-0.8.1.ebuild9
2 files changed, 15 insertions, 3 deletions
diff --git a/games-strategy/castle-combat/ChangeLog b/games-strategy/castle-combat/ChangeLog
index f37dc61f883c..5b8c9eb7c599 100644
--- a/games-strategy/castle-combat/ChangeLog
+++ b/games-strategy/castle-combat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/castle-combat
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.8 2006/12/06 17:28:56 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.9 2007/09/15 21:24:09 tupone Exp $
+
+ 15 Sep 2007; Tupone Alfredo <tupone@gentoo.org>
+ castle-combat-0.8.1.ebuild:
+ Check for mikmod use flag in media-libs/sdl-mixer. Fixes bug #188877 by
+ Fabian Kislat
06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
castle-combat-0.7.4.ebuild:
diff --git a/games-strategy/castle-combat/castle-combat-0.8.1.ebuild b/games-strategy/castle-combat/castle-combat-0.8.1.ebuild
index 4c6fcd0d979c..9f6839a3e48a 100644
--- a/games-strategy/castle-combat/castle-combat-0.8.1.ebuild
+++ b/games-strategy/castle-combat/castle-combat-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.3 2007/04/04 20:53:17 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.4 2007/09/15 21:24:09 tupone Exp $
inherit eutils games
@@ -16,6 +16,13 @@ IUSE=""
RDEPEND="dev-python/twisted
dev-python/pygame"
+pkg_setup() {
+ games_pkg_setup
+ if ! built_with_use media-libs/sdl-mixer mikmod; then
+ die "Please emerge media-libs/sdl-mixer with USE=mikmod"
+ fi
+}
+
src_unpack() {
unpack ${A}
cd "${S}"