diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-28 16:55:31 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-28 16:56:11 +0100 |
commit | 174a47e6419b1eab874586757610168ce4c95e3e (patch) | |
tree | 1014070bdb37cb006ea35550f290f1068f234880 /eclass/fortran-2.eclass | |
parent | www-apps/owncloud: version bumps, bug #569682 (diff) | |
download | gentoo-174a47e6419b1eab874586757610168ce4c95e3e.tar.gz gentoo-174a47e6419b1eab874586757610168ce4c95e3e.tar.bz2 gentoo-174a47e6419b1eab874586757610168ce4c95e3e.zip |
fortran-2.eclass: Unset variable in global scope after usage
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/fortran-2.eclass')
-rw-r--r-- | eclass/fortran-2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index b0fe3f0ab129..2c44f713b8cd 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 |