commit: 58768fee0c6faa9aa0eac25ecf82ef4c5a2dfc45 Author: Victor Gaydov <victor <AT> enise <DOT> org> AuthorDate: Tue Aug 16 11:11:48 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Aug 20 11:23:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58768fee
app-emacs/windows: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-emacs/windows/windows-2.49.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/windows/windows-2.49.ebuild b/app-emacs/windows/windows-2.49.ebuild index 12b33fe..191a0c3 100644 --- a/app-emacs/windows/windows-2.49.ebuild +++ b/app-emacs/windows/windows-2.49.ebuild @@ -21,6 +21,6 @@ DEPEND="${RDEPEND}" SITEFILE="50${PN}-gentoo.el" src_compile() { - elisp-compile *.el || die - elisp-make-autoload-file || die + elisp-compile *.el + elisp-make-autoload-file }
