commit: 42f2988500b6865a2a4ff6be4aa33416e7717900
parent 0ec7f849b93a9f52a3f039628590d52b94d695cc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 28 Mar 2021 10:35:28 +0200
dev-util/glslang: cmake-utils → cmake
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-util/glslang/glslang-11.2.0.ebuild b/dev-util/glslang/glslang-11.2.0.ebuild
@@ -3,13 +3,14 @@
EAPI=7
-inherit cmake-multilib cmake-utils
+CMAKE_ECLASS="cmake"
+inherit cmake-multilib
# https://bugs.gentoo.org/show_bug.cgi?id=760777
MYCMAKEARGS="-DENABLE_PCH=OFF"
DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator"
-HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/"
+HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ https://github.com/KhronosGroup/glslang"
SRC_URI="https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="BSD"