diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-20 17:21:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-20 17:21:41 +0000 |
commit | 98c724089a33ade1eb7dcff93228be17f34bbe4a (patch) | |
tree | 4efec4dd0a1fc06a028534bcb23196418fc4091c /games-strategy | |
parent | Version bump, bug #188224 (diff) | |
download | gentoo-2-98c724089a33ade1eb7dcff93228be17f34bbe4a.tar.gz gentoo-2-98c724089a33ade1eb7dcff93228be17f34bbe4a.tar.bz2 gentoo-2-98c724089a33ade1eb7dcff93228be17f34bbe4a.zip |
libsdl X use check seems to be fixed now (bug #193169)
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index d4e5f30cabee..7cc65f2ae563 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.100 2007/09/17 02:01:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.101 2007/09/20 17:21:41 mr_bones_ Exp $ + + 20 Sep 2007; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.2.6.ebuild: + libsdl X use check seems to be fixed now (bug #193169) 17 Sep 2007; Joseph Jezak <josejx@gentoo.org> wesnoth-1.2.6.ebuild: Marked ppc/ppc64 stable for bug #190846. diff --git a/games-strategy/wesnoth/wesnoth-1.2.6.ebuild b/games-strategy/wesnoth/wesnoth-1.2.6.ebuild index b2200afe99ff..3627cc2ae56f 100644 --- a/games-strategy/wesnoth/wesnoth-1.2.6.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.2.6.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/wesnoth/wesnoth-1.2.6.ebuild,v 1.5 2007/09/17 02:01:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.6.ebuild,v 1.6 2007/09/20 17:21:41 mr_bones_ Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -39,7 +39,7 @@ pkg_setup() { if ! built_with_use media-libs/sdl-image png ; then die "Please emerge media-libs/sdl-image with USE=png" fi - if ! built_with_use media-libs/libsdl X ; then + if use dedicated && ! built_with_use media-libs/libsdl X ; then die "Please emerge media-libs/libsdl with USE=X" fi games_pkg_setup |