diff options
author | Stelian Ionescu <sionescu@common-lisp.net> | 2009-01-15 15:29:28 +0100 |
---|---|---|
committer | Stelian Ionescu <sionescu@common-lisp.net> | 2009-01-15 15:29:28 +0100 |
commit | eea1dfdc7d84445a04f17d446a683b85858420d1 (patch) | |
tree | fd91aa0228120bc19b0a2c1c5b96a13336345bdd /eclass | |
parent | dev-lisp/clisp: add live ebuild (diff) | |
download | lisp-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.eclass | 2 |
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 } |