commit: 8ff2f076ce897cf731db9ec1ef1254bd8952a91e Author: Victor Gaydov <victor <AT> enise <DOT> org> AuthorDate: Tue Aug 16 11:12:25 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Aug 20 11:23:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff2f076
app-emacs/cycle-buffer: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild index 2bea301..5a9f8f4 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 }
