Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils: splashutils-1.5.4.4-r1.ebuild
Date: Wed, 01 Jan 2014 15:33:39
Message-Id: 20140101153334.836352004C@flycatcher.gentoo.org
1 hwoarang 14/01/01 15:33:34
2
3 Modified: splashutils-1.5.4.4-r1.ebuild
4 Log:
5 Backport gpm[static-libs] fix from later revisions. Bug #484338
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.9 media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?r1=1.8&r2=1.9
15
16 Index: splashutils-1.5.4.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- splashutils-1.5.4.4-r1.ebuild 14 Oct 2013 12:52:34 -0000 1.8
23 +++ splashutils-1.5.4.4-r1.ebuild 1 Jan 2014 15:33:34 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.8 2013/10/14 12:52:34 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.9 2014/01/01 15:33:34 hwoarang Exp $
29
30 EAPI="2"
31
32 @@ -34,7 +34,7 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="amd64 ~ppc x86"
36 -RDEPEND="gpm? ( sys-libs/gpm )
37 +RDEPEND="gpm? ( sys-libs/gpm[static-libs] )
38 truetype? ( >=media-libs/freetype-2[static-libs]
39 || ( <app-arch/bzip2-1.0.6-r3 app-arch/bzip2[static-libs] )
40 || ( <sys-libs/zlib-1.2.5.1-r2 sys-libs/zlib[static-libs] ) )