summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-02 09:48:46 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-02 09:48:46 +0100
commit2620cb19e6daa801d05570babd965760e62cd0f3 (patch)
treefa108473c4adbc6c4179ffca4dddf2728b716f94 /dev-qt
parentdev-qt/qtpositioning: Stabilize 6.7.3 amd64, #942507 (diff)
downloadgentoo-2620cb19e6daa801d05570babd965760e62cd0f3.tar.gz
gentoo-2620cb19e6daa801d05570babd965760e62cd0f3.tar.bz2
gentoo-2620cb19e6daa801d05570babd965760e62cd0f3.zip
dev-qt/qtquick3d: Stabilize 6.7.3 amd64, #942507
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtquick3d/qtquick3d-6.7.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtquick3d/qtquick3d-6.7.3.ebuild b/dev-qt/qtquick3d/qtquick3d-6.7.3.ebuild
index 5570b9112b62..6cd9d2df543a 100644
--- a/dev-qt/qtquick3d/qtquick3d-6.7.3.ebuild
+++ b/dev-qt/qtquick3d/qtquick3d-6.7.3.ebuild
@@ -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 ~loong ~ppc64 ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
elif [[ ${QT6_BUILD_TYPE} == live ]]; then
EGIT_SUBMODULES=() # skip qtquick3d-assimp
fi