Add missing cl-lib dependency to popup recipe

see https://github.com/auto-complete/popup-el/blob/master/popup.el#L8

This patch is required for Emacs versions before 24.3.

$ test/check-recipe.el recipes/popup.rcp
0 warning/error(s) total.
This commit is contained in:
Stephan Creutz 2015-06-24 22:11:59 +02:00
parent e86011cd61
commit 1d06365d44

View File

@ -3,4 +3,5 @@
:description "Visual Popup Interface Library for Emacs" :description "Visual Popup Interface Library for Emacs"
:type github :type github
:submodule nil :submodule nil
:depends cl-lib
:pkgname "auto-complete/popup-el") :pkgname "auto-complete/popup-el")