summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2024-01-02 23:53:10 +0800
committerWANG Xuerui <xen0n@gentoo.org>2024-01-02 23:53:10 +0800
commita11efbf9f67eacf19311df8eaa1038753d2a4a6c (patch)
tree70fae86478713adb571e8e418ac68545e562d1d2 /dev-qt
parentmedia-libs/assimp: keyword 5.2.5-r1 for ~loong (diff)
downloadgentoo-a11efbf9f67eacf19311df8eaa1038753d2a4a6c.tar.gz
gentoo-a11efbf9f67eacf19311df8eaa1038753d2a4a6c.tar.bz2
gentoo-a11efbf9f67eacf19311df8eaa1038753d2a4a6c.zip
dev-qt/qtquick3d: keyword 6.6.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild b/dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild
index d8dfdf34f91d..4aad005cabf2 100644
--- a/dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild
+++ b/dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ inherit qt6-build
DESCRIPTION="Qt module and API for defining 3D content in Qt QuickTools"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
elif [[ ${QT6_BUILD_TYPE} == live ]]; then
EGIT_SUBMODULES=() # skip qtquick3d-assimp
fi