summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStelian Ionescu <sionescu@common-lisp.net>2009-01-15 15:29:28 +0100
committerStelian Ionescu <sionescu@common-lisp.net>2009-01-15 15:29:28 +0100
commiteea1dfdc7d84445a04f17d446a683b85858420d1 (patch)
treefd91aa0228120bc19b0a2c1c5b96a13336345bdd /eclass
parentdev-lisp/clisp: add live ebuild (diff)
downloadlisp-eea1dfdc7d84445a04f17d446a683b85858420d1.tar.gz
lisp-eea1dfdc7d84445a04f17d446a683b85858420d1.tar.bz2
lisp-eea1dfdc7d84445a04f17d446a683b85858420d1.zip
common-lisp-2.eclass: don't export CL_NOSYSRC in common-lisp-export-impl-args
Diffstat (limited to 'eclass')
-rw-r--r--eclass/common-lisp-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/common-lisp-2.eclass b/eclass/common-lisp-2.eclass
index 30e3e4fc..7af4de60 100644
--- a/eclass/common-lisp-2.eclass
+++ b/eclass/common-lisp-2.eclass
@@ -130,5 +130,5 @@ common-lisp-export-impl-args() {
die ${1} is not supported by ${0}
;;
esac
- export CL_NOSYSRC CL_NORC CL_LOAD CL_EVAL
+ export CL_NORC CL_LOAD CL_EVAL
}