app-emacs/buffer-extension: cosmetic fix.
authorVictor Gaydov <victor@enise.org>
Tue, 16 Aug 2016 11:12:51 +0000 (14:12 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 20 Aug 2016 11:24:04 +0000 (13:24 +0200)
Closes: https://github.com/gentoo/gentoo/pull/2092

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-emacs/buffer-extension/buffer-extension-0.1.ebuild

index 0441302cf5b13f31127e9034fd634a6d29d5f9ca..8b511ea32537a58c38f9bcf7da2f16f1cfeb7f62 100644 (file)
@@ -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
 }