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 41DE7138339 for ; Mon, 22 Jul 2019 19:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEB28E0858; Mon, 22 Jul 2019 17:16:01 +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 71A3CE0858 for ; Mon, 22 Jul 2019 17:16:01 +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 5302C348965 for ; Mon, 22 Jul 2019 17:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64EC4744 for ; Mon, 22 Jul 2019 17:15:58 +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: <1563815746.e3633a7329c3d65c1c2bc2d4b3d2fea0715a40c2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vulkan-headers/vulkan-headers-9999.ebuild X-VCS-Directories: dev-util/vulkan-headers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e3633a7329c3d65c1c2bc2d4b3d2fea0715a40c2 X-VCS-Branch: master Date: Mon, 22 Jul 2019 17:15:58 +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: f1f81b73-5cd1-4501-a866-c83d9d73f6f5 X-Archives-Hash: ea51ed5472b8b9bd146e7ac668d98283 commit: e3633a7329c3d65c1c2bc2d4b3d2fea0715a40c2 Author: Matt Turner gentoo org> AuthorDate: Mon Jul 22 17:08:09 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jul 22 17:15:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3633a73 dev-util/vulkan-headers: Propagate keywords Signed-off-by: Matt Turner gentoo.org> dev-util/vulkan-headers/vulkan-headers-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/vulkan-headers/vulkan-headers-9999.ebuild b/dev-util/vulkan-headers/vulkan-headers-9999.ebuild index 0e2db963613..06f98f73c88 100644 --- a/dev-util/vulkan-headers/vulkan-headers-9999.ebuild +++ b/dev-util/vulkan-headers/vulkan-headers-9999.ebuild @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else EGIT_COMMIT="b1577d5fbd5424c863710aa156aaafa77cae3de8" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" SRC_URI="https://github.com/KhronosGroup/Vulkan-Headers/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/Vulkan-Headers-${EGIT_COMMIT}" fi