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 7A9F013832E 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 C1233E08E9; 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 0308DE08E9 for ; Sat, 20 Aug 2016 11:24:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 10AD53405D5 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 23BE62462 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: <1471692240.208130e7305eb7e4f254f1ad57574ff9c2d5fb39.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild X-VCS-Directories: app-emacs/basic-toolkit/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 208130e7305eb7e4f254f1ad57574ff9c2d5fb39 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: 2da406d1-05bd-4b60-a9d0-3d9b7112784d X-Archives-Hash: 64c2c517747ac161a03b1d42faf09ef5 commit: 208130e7305eb7e4f254f1ad57574ff9c2d5fb39 Author: Victor Gaydov enise org> AuthorDate: Tue Aug 16 11:12:39 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Aug 20 11:24:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208130e7 app-emacs/basic-toolkit: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement gentoo.org> app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild index 87736a8..f3b2e6f 100644 --- a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild +++ b/app-emacs/basic-toolkit/basic-toolkit-0.3.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 }