summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Gaydov <victor@enise.org>2016-08-16 14:11:48 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-08-20 13:23:49 +0200
commit58768fee0c6faa9aa0eac25ecf82ef4c5a2dfc45 (patch)
tree8fc225222b9e334234202324eaf8ff0d490167f9 /app-emacs
parentmedia-sound/pitchtune: Fix underlinking (bug #515150). (diff)
downloadgentoo-58768fee0c6faa9aa0eac25ecf82ef4c5a2dfc45.tar.gz
gentoo-58768fee0c6faa9aa0eac25ecf82ef4c5a2dfc45.tar.bz2
gentoo-58768fee0c6faa9aa0eac25ecf82ef4c5a2dfc45.zip
app-emacs/windows: cosmetic fix.
Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/windows/windows-2.49.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/windows/windows-2.49.ebuild b/app-emacs/windows/windows-2.49.ebuild
index 12b33fe39d2d..191a0c3b070f 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
}