Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnat.eclass
Date: Wed, 26 Sep 2007 20:17:38
Message-Id: E1IadBv-00049V-Uu@stork.gentoo.org
1 george 07/09/26 20:09:03
2
3 Modified: gnat.eclass
4 Log:
5 lib -> get_libdir fix
6
7 Revision Changes Path
8 1.27 eclass/gnat.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?r1=1.26&r2=1.27
13
14 Index: gnat.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- gnat.eclass 25 Sep 2007 21:01:02 -0000 1.26
21 +++ gnat.eclass 26 Sep 2007 20:09:03 -0000 1.27
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.26 2007/09/25 21:01:02 george Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.27 2007/09/26 20:09:03 george Exp $
27 #
28 # Author: George Shapovalov <george@g.o>
29 # Belongs to: ada herd <ada@g.o>
30 @@ -48,7 +48,7 @@
31 PREFIX=/usr
32 AdalibSpecsDir=${PREFIX}/include/ada
33 AdalibDataDir=${PREFIX}/share/ada
34 -AdalibLibTop=${PREFIX}/lib/ada
35 +AdalibLibTop=${PREFIX}/$(get_libdir)/ada
36
37 # build-time locations
38 # SL is a "localized" S, - location where sources are copied for
39
40
41
42 --
43 gentoo-commits@g.o mailing list