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 D782F1382C5 for ; Sat, 14 Apr 2018 20:54:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08E77E0828; Sat, 14 Apr 2018 20:54:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D8D78E0828 for ; Sat, 14 Apr 2018 20:53:58 +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 9D62C335C0C for ; Sat, 14 Apr 2018 20:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDEB3230 for ; Sat, 14 Apr 2018 20:53:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1523739225.71f6cd0e226ef4f3e3c3487dbe877b0afe875de9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 71f6cd0e226ef4f3e3c3487dbe877b0afe875de9 X-VCS-Branch: master Date: Sat, 14 Apr 2018 20:53:55 +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: 24366c45-0429-474b-8409-5b717c6d6cf9 X-Archives-Hash: 3fa2941a445685d3640073657b2fe61d commit: 71f6cd0e226ef4f3e3c3487dbe877b0afe875de9 Author: Nick Sarnie gmail com> AuthorDate: Sat Apr 14 20:14:08 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 14 20:53:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f6cd0e dev-util/spirv-tools: Remove unnecessary "die" call Closes: https://github.com/gentoo/gentoo/pull/8006 dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild b/dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild index 79312b8aeab..fa84f40f6b7 100644 --- a/dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild +++ b/dev-util/spirv-tools/spirv-tools-2018.2-r1.ebuild @@ -32,5 +32,5 @@ multilib_src_install() { default echo "${UPSTREAM_COMMIT}" > "${PN}-commit.h" || die insinto /usr/include/"${PN}" - doins "${PN}-commit.h" || die + doins "${PN}-commit.h" }