diff options
author | 2023-11-06 09:10:57 +0200 | |
---|---|---|
committer | 2023-11-06 09:14:24 +0200 | |
commit | bb1ce6150534042f030c7f47611e7bef5a502052 (patch) | |
tree | 47cbf7681d021b5723228f996f196533d12ee863 /dev-qt/qt3d | |
parent | dev-qt/qtgamepad: Stabilize 5.15.11 arm64, #915391 (diff) | |
download | gentoo-bb1ce6150534042f030c7f47611e7bef5a502052.tar.gz gentoo-bb1ce6150534042f030c7f47611e7bef5a502052.tar.bz2 gentoo-bb1ce6150534042f030c7f47611e7bef5a502052.zip |
dev-qt/qt3d: Stabilize 5.15.11 arm64, #915391
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qt3d')
-rw-r--r-- | dev-qt/qt3d/qt3d-5.15.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qt3d/qt3d-5.15.11.ebuild b/dev-qt/qt3d/qt3d-5.15.11.ebuild index dcc8e58b276b..58a2fa81561b 100644 --- a/dev-qt/qt3d/qt3d-5.15.11.ebuild +++ b/dev-qt/qt3d/qt3d-5.15.11.ebuild @@ -4,7 +4,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~riscv x86" fi inherit qt5-build |