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: Tue, 27 May 2008 18:40:22
Message-Id: E1K145r-0004Tv-KD@stork.gentoo.org
1 dberkholz 08/05/27 18:40:19
2
3 Modified: x-modular.eclass
4 Log:
5 Typo: CONFIGURE_OPTIONS, not CONFIGURE_OPTIONTS. Custom configure options weren't getting through before, and now they will.
6
7 Revision Changes Path
8 1.98 eclass/x-modular.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?rev=1.98&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?rev=1.98&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?r1=1.97&r2=1.98
13
14 Index: x-modular.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v
17 retrieving revision 1.97
18 retrieving revision 1.98
19 diff -u -r1.97 -r1.98
20 --- x-modular.eclass 9 May 2008 07:18:19 -0000 1.97
21 +++ x-modular.eclass 27 May 2008 18:40:19 -0000 1.98
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.97 2008/05/09 07:18:19 dberkholz Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.98 2008/05/27 18:40:19 dberkholz Exp $
27 #
28 # @ECLASS: x-modular.eclass
29 # @MAINTAINER:
30 @@ -361,7 +361,7 @@
31 # @VARIABLE: CONFIGURE_OPTIONS
32 # @DESCRIPTION:
33 # Any options to pass to configure
34 -[[ -n ${CONFIGURE_OPTIONTS} ]]
35 +[[ -n ${CONFIGURE_OPTIONS} ]]
36
37 # If prefix isn't set here, .pc files cause problems
38 if [[ -x ${ECONF_SOURCE:-.}/configure ]]; then
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list