commit: 07f3e90546fdf589dfaa90c117fcb257d38964bc Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Aug 22 14:56:08 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Aug 22 14:56:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f3e905
mozcoreconf-v5.eclass: change 'eval unset' to 'unset' eclass/mozcoreconf-v5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass index 9a15798681b..02ade3994bf 100644 --- a/eclass/mozcoreconf-v5.eclass +++ b/eclass/mozcoreconf-v5.eclass @@ -96,7 +96,7 @@ moz_pkgsetup() { export USE_PTHREADS=1 export ALDFLAGS=${LDFLAGS} # ensure MOZCONFIG is not defined - eval unset MOZCONFIG + unset MOZCONFIG # set MOZILLA_FIVE_HOME export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"