summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-01-16 18:14:13 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-01-16 18:14:40 +0300
commit62aa57340e0e193ed471348f8da0fbf3456d35b6 (patch)
tree6ef552420ec7e21a1014cb82d04033db54846d9e
parentmedia-libs/vulkan-loader: amd64 stable wrt bug #674134 (diff)
downloadgentoo-62aa5734.tar.gz
gentoo-62aa5734.tar.bz2
gentoo-62aa5734.zip
dev-util/glslang: amd64 stable wrt bug #674134
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--dev-util/glslang/glslang-7.10.2984.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/glslang/glslang-7.10.2984.ebuild b/dev-util/glslang/glslang-7.10.2984.ebuild
index d4e70d8b409c..72965c4eb218 100644
--- a/dev-util/glslang/glslang-7.10.2984.ebuild
+++ b/dev-util/glslang/glslang-7.10.2984.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
@@ -7,7 +7,7 @@ inherit cmake-multilib cmake-utils vcs-snapshot
SNAPSHOT_COMMIT="7.10.2984"
SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+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/"