diff options
Diffstat (limited to 'dev-util/glslang')
-rw-r--r-- | dev-util/glslang/glslang-7.10.2984.ebuild | 4 |
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/" |