From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 21BEF138334 for ; Fri, 25 Jan 2019 10:10:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9524E0EF7; Fri, 25 Jan 2019 10:10:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 826A4E0EF7 for ; Fri, 25 Jan 2019 10:10:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 013BC335CFD for ; Fri, 25 Jan 2019 10:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 700304E3 for ; Fri, 25 Jan 2019 10:10:20 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1548410990.e6044fab2a7d3e15445c4f4f19a6beba4757d4c2.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vulkan-tools/vulkan-tools-1.1.92.0.ebuild X-VCS-Directories: dev-util/vulkan-tools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e6044fab2a7d3e15445c4f4f19a6beba4757d4c2 X-VCS-Branch: master Date: Fri, 25 Jan 2019 10:10:20 +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: 3443ab64-3bbf-4823-8124-83b2b1d1c5d1 X-Archives-Hash: a5a03d2f66b7100dca88ca1bf81c764b commit: e6044fab2a7d3e15445c4f4f19a6beba4757d4c2 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jan 25 10:09:50 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jan 25 10:09:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6044fab dev-util/vulkan-tools: amd64 stable wrt bug #676006 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/vulkan-tools/vulkan-tools-1.1.92.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/vulkan-tools/vulkan-tools-1.1.92.0.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.1.92.0.ebuild index d3d1c9c446f..a23ba1cb8bf 100644 --- a/dev-util/vulkan-tools/vulkan-tools-1.1.92.0.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-1.1.92.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else EGIT_COMMIT="9bbdd552f0fd62741aa1f1e02ab3eafc45cf3c1e" - KEYWORDS="~amd64" + KEYWORDS="amd64" SRC_URI="https://github.com/KhronosGroup/Vulkan-Tools/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/Vulkan-Tools-${EGIT_COMMIT}" fi