Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.2.6.ebuild
Date: Sun, 23 Sep 2007 07:51:39
Message-Id: E1IZM7f-00085Z-T6@stork.gentoo.org
1 mr_bones_ 07/09/23 07:43:23
2
3 Modified: wesnoth-1.2.6.ebuild
4 Log:
5 typo fix
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.8 games-strategy/wesnoth/wesnoth-1.2.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.6.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.6.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.6.ebuild?r1=1.7&r2=1.8
14
15 Index: wesnoth-1.2.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.6.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- wesnoth-1.2.6.ebuild 20 Sep 2007 18:42:07 -0000 1.7
22 +++ wesnoth-1.2.6.ebuild 23 Sep 2007 07:43:23 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.6.ebuild,v 1.7 2007/09/20 18:42:07 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.6.ebuild,v 1.8 2007/09/23 07:43:23 mr_bones_ Exp $
28
29 inherit eutils toolchain-funcs flag-o-matic games
30
31 @@ -39,7 +39,7 @@
32 if ! built_with_use media-libs/sdl-image png ; then
33 die "Please emerge media-libs/sdl-image with USE=png"
34 fi
35 - if use dedicated && ! built_with_use media-libs/libsdl X ; then
36 + if ! use dedicated && ! built_with_use media-libs/libsdl X ; then
37 die "Please emerge media-libs/libsdl with USE=X"
38 fi
39 games_pkg_setup
40
41
42
43 --
44 gentoo-commits@g.o mailing list