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 10228138350 for ; Sun, 8 Mar 2020 16:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F7D1E095C; Sun, 8 Mar 2020 16:21:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39F25E095C for ; Sun, 8 Mar 2020 16:21:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5468534F6B3 for ; Sun, 8 Mar 2020 16:21:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0536017E for ; Sun, 8 Mar 2020 16:21:22 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583309817.241f2ff0301b5f8b566a330e45cfaa1b35d598a0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/aldor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/aldor/aldor-1.2.0_p20190730.ebuild X-VCS-Directories: dev-lang/aldor/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 241f2ff0301b5f8b566a330e45cfaa1b35d598a0 X-VCS-Branch: master Date: Sun, 8 Mar 2020 16:21:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 061d9c56-e43b-469b-b5d3-6a0ac461247a X-Archives-Hash: d23c2d2fe937d0718cc9a21b645c89a5 Message-ID: <20200308162122.adFNGIOKcJEsYEGx3CTy0m6SiqwGOfcUggj2W9tmO_c@z> commit: 241f2ff0301b5f8b566a330e45cfaa1b35d598a0 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 4 08:16:57 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 4 08:16:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=241f2ff0 dev-lang/aldor: Do not die if USE="-emacs" Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-lang/aldor/aldor-1.2.0_p20190730.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild b/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild index e962d85..c58df7e 100644 --- a/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild +++ b/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild @@ -54,7 +54,7 @@ src_unpack() { cp "${DISTDIR}/libaldor.pdf.gz" "${S}" gunzip "${S}/libaldor.pdf.gz" fi - use emacs && cp "${DISTDIR}/aldor.el.nw" "${S}" || die + use emacs && cp "${DISTDIR}/aldor.el.nw" "${S}" } src_prepare() {