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

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-emacs/windows/windows-2.49.ebuild

index 12b33fe39d2d1d80d5548163b5f2a4f27281126d..191a0c3b070f74e1102ff3cf1520741809704a06 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
 }