commit:     c006a75a6bd3584ff28158c69f4af024ac66cae0
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 15:55:50 2017 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 17:01:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c006a75a

mozcoreconf-v4.eclass: change 'eval unset' to 'unset'

 eclass/mozcoreconf-v4.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index 9d0334a189..342b4b9eec 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -97,7 +97,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}"

Reply via email to