summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r--games-strategy/wesnoth/ChangeLog6
-rw-r--r--games-strategy/wesnoth/wesnoth-1.7.13.ebuild9
2 files changed, 12 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index cc1cf2f6eb79..a4f4ccc25ea5 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.167 2010/02/10 18:48:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.168 2010/02/28 00:43:09 mr_bones_ Exp $
+
+ 28 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ wesnoth-1.7.13.ebuild:
+ allow media-gfx/graphicsmagick to provide image conversion
*wesnoth-1.7.13 (10 Feb 2010)
diff --git a/games-strategy/wesnoth/wesnoth-1.7.13.ebuild b/games-strategy/wesnoth/wesnoth-1.7.13.ebuild
index 5fe627d1a0b4..54fbd4265aa6 100644
--- a/games-strategy/wesnoth/wesnoth-1.7.13.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.7.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13.ebuild,v 1.1 2010/02/10 18:48:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13.ebuild,v 1.2 2010/02/28 00:43:09 mr_bones_ Exp $
EAPI=2
inherit cmake-utils eutils toolchain-funcs flag-o-matic games
@@ -31,7 +31,12 @@ RDEPEND=">=media-libs/libsdl-1.2.7[video,X]
DEPEND="${RDEPEND}
dev-util/pkgconfig
!dedicated? (
- tinygui? ( media-gfx/imagemagick[jpeg,png] )
+ tinygui? (
+ || (
+ media-gfx/imagemagick[jpeg,png]
+ media-gfx/graphicsmagick[imagemagick,jpeg,png]
+ )
+ )
)
sys-devel/gettext"