diff options
author | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2014-03-05 18:58:28 +0100 |
---|---|---|
committer | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2014-03-05 18:58:28 +0100 |
commit | 6d87cd6fcc1ad474e783741bef6497398d9a4960 (patch) | |
tree | 08ca07ad033fcf5fe094ae9bfad8ebf2a8fe0664 | |
parent | isue#2: exclude invalid packages (diff) | |
download | gs-elpa-6d87cd6fcc1ad474e783741bef6497398d9a4960.tar.gz gs-elpa-6d87cd6fcc1ad474e783741bef6497398d9a4960.tar.bz2 gs-elpa-6d87cd6fcc1ad474e783741bef6497398d9a4960.zip |
gs-elpa: exclude cl-lib from dependencies as it is a package needed for compatibility, it breaks things on new emacs
-rw-r--r-- | gs-elpa.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs-elpa.json b/gs-elpa.json index 61c7a89..a4accde 100644 --- a/gs-elpa.json +++ b/gs-elpa.json @@ -49,6 +49,6 @@ "vhdl-mode", "view-process", "vm", "volume", "w3mnav", "wanderlust", "whine", "wikipedia-mode", "xclip", "xrdb-mode", "xslide", "yaml-mode", "yasnippet", "yatex", "yc", "zenburn", "yyzenirc" ], - "external": {"emacs": "virtual/emacs"} + "external": {"emacs": "virtual/emacs", "cl-lib": "virtual/emacs"} } } |