Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: x-modular.eclass
Date: Wed, 30 Apr 2008 17:37:54
Message-Id: E1JrGFT-00049W-8Z@stork.gentoo.org
1 dberkholz 08/04/30 17:37:43
2
3 Modified: x-modular.eclass
4 Log:
5 (#214531) Add nls to IUSE for fonts with PN ending in -cyrillic.
6
7 Revision Changes Path
8 1.96 eclass/x-modular.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?rev=1.96&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?rev=1.96&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?r1=1.95&r2=1.96
13
14 Index: x-modular.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v
17 retrieving revision 1.95
18 retrieving revision 1.96
19 diff -u -r1.95 -r1.96
20 --- x-modular.eclass 13 Apr 2008 04:44:16 -0000 1.95
21 +++ x-modular.eclass 30 Apr 2008 17:37:42 -0000 1.96
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.95 2008/04/13 04:44:16 dberkholz Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.96 2008/04/30 17:37:42 dberkholz Exp $
27 #
28 # @ECLASS: x-modular.eclass
29 # @MAINTAINER:
30 @@ -145,7 +145,7 @@
31 FONT_OPTIONS="--with-fontdir=\"/usr/share/fonts/${FONT_DIR}\""
32
33 if [[ -n "${FONT}" ]]; then
34 - if [[ ${PN##*-} = misc ]] || [[ ${PN##*-} = 75dpi ]] || [[ ${PN##*-} = 100dpi ]]; then
35 + if [[ ${PN##*-} = misc ]] || [[ ${PN##*-} = 75dpi ]] || [[ ${PN##*-} = 100dpi ]] || [[ ${PN##*-} = cyrillic ]]; then
36 IUSE="${IUSE} nls"
37 fi
38 fi
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list