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 4F36C138334 for ; Sun, 27 Oct 2019 20:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E077E084A; Sun, 27 Oct 2019 20:17:33 +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 74655E084A for ; Sun, 27 Oct 2019 20:17:33 +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 78C5934C416 for ; Sun, 27 Oct 2019 20:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E80483E for ; Sun, 27 Oct 2019 20:17:31 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1572207440.9750738661ed3cde06874a128873f6b6a7bc6d8c.sarnex@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-9999.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 9750738661ed3cde06874a128873f6b6a7bc6d8c X-VCS-Branch: master Date: Sun, 27 Oct 2019 20:17:31 +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: ad405e83-8baf-4f51-aad5-ad9ad21d4650 X-Archives-Hash: 54125189375b226e9b73dbcd8f049a37 commit: 9750738661ed3cde06874a128873f6b6a7bc6d8c Author: Nick Sarnie gentoo org> AuthorDate: Sun Oct 27 20:16:47 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Oct 27 20:17:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97507386 dev-util/spirv-tools: Fix warning Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> dev-util/spirv-tools/spirv-tools-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/spirv-tools/spirv-tools-9999.ebuild b/dev-util/spirv-tools/spirv-tools-9999.ebuild index ab456b28e5a..1b5e6e1f009 100644 --- a/dev-util/spirv-tools/spirv-tools-9999.ebuild +++ b/dev-util/spirv-tools/spirv-tools-9999.ebuild @@ -38,4 +38,3 @@ multilib_src_install() { # vulkan-tools needs this to build echo "${EGIT_VERSION}" > "${D}/usr/include/${PN}/${PN}-commit.h" || die } -