commit: 174a47e6419b1eab874586757610168ce4c95e3e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 15:55:31 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 15:56:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174a47e6
fortran-2.eclass: Unset variable in global scope after usage
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
eclass/fortran-2.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
index b0fe3f0..2c44f71 100644
--- a/eclass/fortran-2.eclass
+++ b/eclass/fortran-2.eclass
@@ -77,6 +77,7 @@ for _f_use in ${FORTRAN_NEEDED}; do
;;
esac
done
+unset _f_use
# @FUNCTION: fortran_int64_abi_fflags
# @DESCRIPTION: Return the Fortran compiler flag to enable 64 bit integers for