Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde.eclass
Date: Sat, 23 Feb 2008 22:43:18
Message-Id: E1JT35P-0002BX-K1@stork.gentoo.org
1 philantrop 08/02/23 22:43:15
2
3 Modified: kde.eclass
4 Log:
5 Only set WANT_AUTOMAKE to a pre-defined value if it's not yet set.
6
7 Revision Changes Path
8 1.205 eclass/kde.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?rev=1.205&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?rev=1.205&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?r1=1.204&r2=1.205
13
14 Index: kde.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v
17 retrieving revision 1.204
18 retrieving revision 1.205
19 diff -u -r1.204 -r1.205
20 --- kde.eclass 20 Feb 2008 20:59:43 -0000 1.204
21 +++ kde.eclass 23 Feb 2008 22:43:15 -0000 1.205
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.204 2008/02/20 20:59:43 philantrop Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.205 2008/02/23 22:43:15 philantrop Exp $
27
28 # @ECLASS: kde.eclass
29 # @MAINTAINER:
30 @@ -13,7 +13,7 @@
31 # @DESCRIPTION:
32 # This eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
33
34 -WANT_AUTOMAKE="1.9"
35 +[[ -z ${WANT_AUTOMAKE} ]] && WANT_AUTOMAKE="1.9"
36
37 inherit base eutils kde-functions flag-o-matic libtool autotools
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list