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 65DF3138239 for ; Mon, 11 Jun 2018 09:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17BE5E0991; Mon, 11 Jun 2018 09:59:07 +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 D939BE0991 for ; Mon, 11 Jun 2018 09:59:06 +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 4EB41335C7F for ; Mon, 11 Jun 2018 09:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23E02D8 for ; Mon, 11 Jun 2018 09:59:01 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1528710290.4f9df4edaef2509a232d2722e570aa98729a2e77.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glslang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glslang/glslang-6.2.2596.ebuild X-VCS-Directories: dev-util/glslang/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4f9df4edaef2509a232d2722e570aa98729a2e77 X-VCS-Branch: master Date: Mon, 11 Jun 2018 09:59:01 +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: 5eaef88e-0f78-470b-a9df-76dc68e48a98 X-Archives-Hash: b350234aa994fd21ced276c67dc98d77 commit: 4f9df4edaef2509a232d2722e570aa98729a2e77 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jun 11 09:44:50 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jun 11 09:44:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9df4ed dev-util/glslang: x86 keyworded (bug #654268) Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-util/glslang/glslang-6.2.2596.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glslang/glslang-6.2.2596.ebuild b/dev-util/glslang/glslang-6.2.2596.ebuild index 6a9bfa1c48e..677174912af 100644 --- a/dev-util/glslang/glslang-6.2.2596.ebuild +++ b/dev-util/glslang/glslang-6.2.2596.ebuild @@ -7,7 +7,7 @@ inherit cmake-multilib cmake-utils vcs-snapshot SNAPSHOT_COMMIT="6.2.2596" SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator" HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/"