commit: a795832be2a508f9e8e80ae229fdac1a81cb9ded
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 14:29:24 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 21:23:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a795832b
dev-qt/qtshadertools: add 6.7.9999
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtshadertools/qtshadertools-6.7.9999.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/dev-qt/qtshadertools/qtshadertools-6.7.9999.ebuild
b/dev-qt/qtshadertools/qtshadertools-6.7.9999.ebuild
new file mode 100644
index 000000000000..1511276eb963
--- /dev/null
+++ b/dev-qt/qtshadertools/qtshadertools-6.7.9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Qt APIs and Tools for Graphics Pipelines"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~x86"
+fi
+
+RDEPEND="
+ ~dev-qt/qtbase-${PV}:6[gui]
+"
+DEPEND="${RDEPEND}"