From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC2F413832E for ; Sat, 20 Aug 2016 11:24:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D46D2E0A84; Sat, 20 Aug 2016 11:24:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18E7CE0A84 for ; Sat, 20 Aug 2016 11:24:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32DC9340662 for ; Sat, 20 Aug 2016 11:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00CCC245B for ; Sat, 20 Aug 2016 11:24:43 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1471692232.6a4a3496379c7b81afa427ecec22caca82a177fe.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/revive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/revive/revive-2.23.ebuild X-VCS-Directories: app-emacs/revive/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6a4a3496379c7b81afa427ecec22caca82a177fe X-VCS-Branch: master Date: Sat, 20 Aug 2016 11:24:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 77b382a4-e82a-487f-8361-2ef10f88bb18 X-Archives-Hash: f75718bd63083e0d2c46f3cbe02df9c1 commit: 6a4a3496379c7b81afa427ecec22caca82a177fe Author: Victor Gaydov enise org> AuthorDate: Tue Aug 16 11:12:05 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Aug 20 11:23:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4a3496 app-emacs/revive: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement gentoo.org> app-emacs/revive/revive-2.23.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/revive/revive-2.23.ebuild b/app-emacs/revive/revive-2.23.ebuild index 981a31c..606ece8 100644 --- a/app-emacs/revive/revive-2.23.ebuild +++ b/app-emacs/revive/revive-2.23.ebuild @@ -18,6 +18,6 @@ KEYWORDS="~amd64" SITEFILE="50${PN}-gentoo.el" src_compile() { - elisp-compile *.el || die - elisp-make-autoload-file || die + elisp-compile *.el + elisp-make-autoload-file }