From: Victor Gaydov Date: Tue, 16 Aug 2016 11:12:25 +0000 (+0300) Subject: app-emacs/cycle-buffer: cosmetic fix. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8ff2f076ce897cf731db9ec1ef1254bd8952a91e;p=gentoo.git app-emacs/cycle-buffer: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement --- diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild index 2bea30182b44..5a9f8f4ae80c 100644 --- a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild +++ b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild @@ -18,6 +18,6 @@ KEYWORDS="~amd64" SITEFILE="50${PN}-gentoo.el" src_compile() { - elisp-compile *.el || die - elisp-make-autoload-file || die + elisp-compile *.el + elisp-make-autoload-file }