diff options
author | Stephen L Arnold <nerdboy@gentoo.org> | 2016-08-22 23:03:10 -0700 |
---|---|---|
committer | Stephen L Arnold <nerdboy@gentoo.org> | 2016-08-22 23:03:10 -0700 |
commit | 24383aad6021c1e24b8fba141f6e2bf59175cdb0 (patch) | |
tree | 5699c1f19d10d1f2097ea31983d3bc5c2c01d022 /app-eselect | |
parent | dev-ruby/mechanize: add 2.7.5 (diff) | |
download | gentoo-24383aad6021c1e24b8fba141f6e2bf59175cdb0.tar.gz gentoo-24383aad6021c1e24b8fba141f6e2bf59175cdb0.tar.bz2 gentoo-24383aad6021c1e24b8fba141f6e2bf59175cdb0.zip |
app-eselect/eselect-gnat: remove bogus path variable
This *should* fix Bug 587678, not sure why that's still there (other
than legacy cruft clogging up the pipe).
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-gnat/files/gnat-common-1.5.bash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-eselect/eselect-gnat/files/gnat-common-1.5.bash b/app-eselect/eselect-gnat/files/gnat-common-1.5.bash index 2aa5cfe9fbe8..f801927af61c 100644 --- a/app-eselect/eselect-gnat/files/gnat-common-1.5.bash +++ b/app-eselect/eselect-gnat/files/gnat-common-1.5.bash @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -213,7 +213,6 @@ generate_envFile() { echo "INFOPATH=$(get_var_from_spec ${SPECSDIR}/${toset} infopath):$(get_lib_var_settings INFOPATH ${toset} ${libs[@]})" >> "${envfile}" # the next three use the common base local libBase=$(get_var_from_spec ${SPECSDIR}/${toset} ldpath) - echo "COMPILER_PATH=${libexecpath}:${libBase}:" >> "${envfile}" echo "LDPATH=${libBase}:${libBase}/adalib:$(get_lib_var_settings LDPATH ${toset} ${libs[@]})" >> "${envfile}" echo "ADA_INCLUDE_PATH=${libBase}/adainclude:$(get_lib_var_settings ADA_INCLUDE_PATH ${toset} ${libs[@]})" >> "${envfile}" echo "ADA_OBJECTS_PATH=${libBase}/adalib:$(get_lib_var_settings ADA_OBJECTS_PATH ${toset} ${libs[@]})" >> "${envfile}" |