Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-gnat/files/
Date: Tue, 23 Aug 2016 06:05:31
Message-Id: 1471932190.24383aad6021c1e24b8fba141f6e2bf59175cdb0.nerdboy@gentoo
1 commit: 24383aad6021c1e24b8fba141f6e2bf59175cdb0
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 06:03:10 2016 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 06:03:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24383aad
7
8 app-eselect/eselect-gnat: remove bogus path variable
9
10 This *should* fix Bug 587678, not sure why that's still there (other
11 than legacy cruft clogging up the pipe).
12
13 Package-Manager: portage-2.3.0
14
15 app-eselect/eselect-gnat/files/gnat-common-1.5.bash | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/app-eselect/eselect-gnat/files/gnat-common-1.5.bash b/app-eselect/eselect-gnat/files/gnat-common-1.5.bash
19 index 2aa5cfe..f801927 100644
20 --- a/app-eselect/eselect-gnat/files/gnat-common-1.5.bash
21 +++ b/app-eselect/eselect-gnat/files/gnat-common-1.5.bash
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -213,7 +213,6 @@ generate_envFile() {
29 echo "INFOPATH=$(get_var_from_spec ${SPECSDIR}/${toset} infopath):$(get_lib_var_settings INFOPATH ${toset} ${libs[@]})" >> "${envfile}"
30 # the next three use the common base
31 local libBase=$(get_var_from_spec ${SPECSDIR}/${toset} ldpath)
32 - echo "COMPILER_PATH=${libexecpath}:${libBase}:" >> "${envfile}"
33 echo "LDPATH=${libBase}:${libBase}/adalib:$(get_lib_var_settings LDPATH ${toset} ${libs[@]})" >> "${envfile}"
34 echo "ADA_INCLUDE_PATH=${libBase}/adainclude:$(get_lib_var_settings ADA_INCLUDE_PATH ${toset} ${libs[@]})" >> "${envfile}"
35 echo "ADA_OBJECTS_PATH=${libBase}/adalib:$(get_lib_var_settings ADA_OBJECTS_PATH ${toset} ${libs[@]})" >> "${envfile}"