summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-02-23 10:55:50 -0500
committerIan Stakenvicius <axs@gentoo.org>2017-02-23 12:01:27 -0500
commitc006a75a6bd3584ff28158c69f4af024ac66cae0 (patch)
treebcd665cf5d06f88cc752532c3b12d2a3dba00f7c /eclass/mozcoreconf-v4.eclass
parentmozilla eclasses: remove old mozcoreconf and mozlinguas (diff)
downloadgentoo-c006a75a6bd3584ff28158c69f4af024ac66cae0.tar.gz
gentoo-c006a75a6bd3584ff28158c69f4af024ac66cae0.tar.bz2
gentoo-c006a75a6bd3584ff28158c69f4af024ac66cae0.zip
mozcoreconf-v4.eclass: change 'eval unset' to 'unset'
Diffstat (limited to 'eclass/mozcoreconf-v4.eclass')
-rw-r--r--eclass/mozcoreconf-v4.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index 9d0334a189cf..342b4b9eeca7 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}"