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 E037713832E for ; Sat, 20 Aug 2016 11:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2247E0A86; 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 397B0E0AAA 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 62B85340688 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 35B6B2463 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: <1471692244.44faccea7dbcb3d074c5b348d1062794d0b8e403.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/buffer-extension/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/buffer-extension/buffer-extension-0.1.ebuild X-VCS-Directories: app-emacs/buffer-extension/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 44faccea7dbcb3d074c5b348d1062794d0b8e403 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: c495bcfc-2fc9-4bb0-a757-bfd47924baa0 X-Archives-Hash: 52f4b042cc8d8a82e765cc616e209421 commit: 44faccea7dbcb3d074c5b348d1062794d0b8e403 Author: Victor Gaydov enise org> AuthorDate: Tue Aug 16 11:12:51 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Aug 20 11:24:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44faccea app-emacs/buffer-extension: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement gentoo.org> app-emacs/buffer-extension/buffer-extension-0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/buffer-extension/buffer-extension-0.1.ebuild b/app-emacs/buffer-extension/buffer-extension-0.1.ebuild index 0441302..8b511ea 100644 --- a/app-emacs/buffer-extension/buffer-extension-0.1.ebuild +++ b/app-emacs/buffer-extension/buffer-extension-0.1.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 }