Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/solarus: solarus-1.1.1.ebuild
Date: Wed, 29 Jan 2014 20:16:35
Message-Id: 20140129201630.BF28D2004C@flycatcher.gentoo.org
1 hasufell 14/01/29 20:16:30
2
3 Modified: solarus-1.1.1.ebuild
4 Log:
5 add png to sdl-image useflags
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 games-engines/solarus/solarus-1.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/solarus-1.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/solarus-1.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/solarus-1.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: solarus-1.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/solarus/solarus-1.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- solarus-1.1.1.ebuild 29 Jan 2014 20:15:11 -0000 1.1
23 +++ solarus-1.1.1.ebuild 29 Jan 2014 20:16:30 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/solarus/solarus-1.1.1.ebuild,v 1.1 2014/01/29 20:15:11 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-engines/solarus/solarus-1.1.1.ebuild,v 1.2 2014/01/29 20:16:30 hasufell Exp $
29
30 EAPI=5
31
32 @@ -22,7 +22,7 @@
33 media-libs/libsdl[X,joystick,video]
34 media-libs/libvorbis
35 media-libs/openal
36 - media-libs/sdl-image
37 + media-libs/sdl-image[png]
38 media-libs/sdl-ttf"
39 DEPEND="${RDEPEND}"