Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozcoreconf-2.eclass
Date: Wed, 30 Jul 2008 10:44:22
Message-Id: E1KO9AJ-0004qO-QD@stork.gentoo.org
1 armin76 08/07/30 10:44:19
2
3 Modified: mozcoreconf-2.eclass
4 Log:
5 Add distribution-id
6
7 Revision Changes Path
8 1.9 eclass/mozcoreconf-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf-2.eclass?r1=1.8&r2=1.9
13
14 Index: mozcoreconf-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- mozcoreconf-2.eclass 26 Jul 2008 16:05:30 -0000 1.8
21 +++ mozcoreconf-2.eclass 30 Jul 2008 10:44:19 -0000 1.9
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.8 2008/07/26 16:05:30 armin76 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.9 2008/07/30 10:44:19 armin76 Exp $
27 #
28 # mozcoreconf.eclass : core options for mozilla
29 # inherit mozconfig-2 if you need USE flags
30 @@ -183,7 +183,8 @@
31 --enable-system-cairo \
32 --disable-strip \
33 --disable-strip-libs \
34 - --disable-install-strip
35 + --disable-install-strip \
36 + --with-distribution-id=org.gentoo
37
38 # This doesn't work yet
39 #--with-system-png \