summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-08-22 16:56:08 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-08-22 16:56:08 +0200
commit07f3e90546fdf589dfaa90c117fcb257d38964bc (patch)
tree662aaccd22a7d68563e5453700d6dfd37ab4fbba /eclass
parentgames-rpg/manaplus: Removed old. (diff)
downloadgentoo-07f3e90546fdf589dfaa90c117fcb257d38964bc.tar.gz
gentoo-07f3e90546fdf589dfaa90c117fcb257d38964bc.tar.bz2
gentoo-07f3e90546fdf589dfaa90c117fcb257d38964bc.zip
mozcoreconf-v5.eclass: change 'eval unset' to 'unset'
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozcoreconf-v5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
index 9a15798681b9..02ade3994bf2 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}"