Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/devil: devil-1.7.7.ebuild
Date: Tue, 11 May 2010 08:48:06
Message-Id: 20100511084801.F231C2C5E5@corvid.gentoo.org
1 ssuominen 10/05/11 08:48:01
2
3 Modified: devil-1.7.7.ebuild
4 Log:
5 add bitchy libpng deps to old version to prevent breakage
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 media-libs/devil/devil-1.7.7.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.7.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.7.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.7.ebuild?r1=1.8&r2=1.9
14
15 Index: devil-1.7.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.7.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- devil-1.7.7.ebuild 21 Dec 2009 20:04:32 -0000 1.8
22 +++ devil-1.7.7.ebuild 11 May 2010 08:48:01 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.7.ebuild,v 1.8 2009/12/21 20:04:32 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.7.ebuild,v 1.9 2010/05/11 08:48:01 ssuominen Exp $
29
30 EAPI=2
31 inherit autotools
32 @@ -19,7 +19,7 @@
33 jpeg? ( media-libs/jpeg )
34 lcms? ( media-libs/lcms )
35 mng? ( media-libs/libmng )
36 - png? ( media-libs/libpng )
37 + png? ( =media-libs/libpng-1.2* )
38 tiff? ( media-libs/tiff )
39 xpm? ( x11-libs/libXpm )
40 allegro? ( media-libs/allegro )