summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-02 09:48:35 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-02 09:48:35 +0100
commit20a7ae805e60486318bb7e04ec6d08051a903e08 (patch)
treef8019b09d32029879061df63c8c272ab98d8fe30 /dev-qt/qt3d
parentdev-qt/qt-docs: Stabilize 6.7.3_p202409200836 amd64, #942507 (diff)
downloadgentoo-20a7ae805e60486318bb7e04ec6d08051a903e08.tar.gz
gentoo-20a7ae805e60486318bb7e04ec6d08051a903e08.tar.bz2
gentoo-20a7ae805e60486318bb7e04ec6d08051a903e08.zip
dev-qt/qt3d: Stabilize 6.7.3 amd64, #942507
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-qt/qt3d')
-rw-r--r--dev-qt/qt3d/qt3d-6.7.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qt3d/qt3d-6.7.3.ebuild b/dev-qt/qt3d/qt3d-6.7.3.ebuild
index 40b71ac0765f..5f69ebea5afd 100644
--- a/dev-qt/qt3d/qt3d-6.7.3.ebuild
+++ b/dev-qt/qt3d/qt3d-6.7.3.ebuild
@@ -8,7 +8,7 @@ inherit qt6-build
DESCRIPTION="3D rendering module for the Qt6 framework"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
elif [[ ${QT6_BUILD_TYPE} == live ]]; then
EGIT_SUBMODULES=() # skip qtquick3d-assimp
fi