commit: 208130e7305eb7e4f254f1ad57574ff9c2d5fb39 Author: Victor Gaydov <victor <AT> enise <DOT> org> AuthorDate: Tue Aug 16 11:12:39 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Aug 20 11:24:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208130e7
app-emacs/basic-toolkit: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild index 87736a8..f3b2e6f 100644 --- a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild +++ b/app-emacs/basic-toolkit/basic-toolkit-0.3.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 }
