Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xemacs: xemacs-21.4.22-r1.ebuild
Date: Sun, 27 Jun 2010 09:58:49
Message-Id: 20100627095845.AEDB72CF8E@corvid.gentoo.org
1 ssuominen 10/06/27 09:58:45
2
3 Modified: xemacs-21.4.22-r1.ebuild
4 Log:
5 Fix broken libpng depend for stable tree as well
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 app-editors/xemacs/xemacs-21.4.22-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?r1=1.9&r2=1.10
14
15 Index: xemacs-21.4.22-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- xemacs-21.4.22-r1.ebuild 17 Jun 2010 22:40:24 -0000 1.9
22 +++ xemacs-21.4.22-r1.ebuild 27 Jun 2010 09:58:45 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.9 2010/06/17 22:40:24 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.10 2010/06/27 09:58:45 ssuominen Exp $
28
29 # Note: xemacs currently does not work with a hardened profile. If you
30 # want to use xemacs on a hardened profile then compile with the
31 @@ -42,7 +42,7 @@
32 neXt? ( x11-libs/neXtaw )
33 xface? ( media-libs/compface )
34 tiff? ( media-libs/tiff )
35 - png? ( =media-libs/libpng-1.2* )
36 + png? ( >=media-libs/libpng-1.2 )
37 jpeg? ( media-libs/jpeg )
38 canna? ( app-i18n/canna )
39 !amd64? ( freewnn? ( app-i18n/freewnn ) )