diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-01 12:57:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-01 12:57:34 +0200 |
commit | 0195b02df1f6113ec29c0a9e0fc39b3e061d36bc (patch) | |
tree | 0167fcb6d0a8e51e04a00c4d36e8b8a08564b365 /dev-qt/qtquick3d | |
parent | dev-qt/qtquicktimeline: Keyword 6.6.1 arm64, #918896 (diff) | |
download | gentoo-0195b02df1f6113ec29c0a9e0fc39b3e061d36bc.tar.gz gentoo-0195b02df1f6113ec29c0a9e0fc39b3e061d36bc.tar.bz2 gentoo-0195b02df1f6113ec29c0a9e0fc39b3e061d36bc.zip |
dev-qt/qtquick3d: Keyword 6.6.1 arm64, #918896
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtquick3d')
-rw-r--r-- | dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild b/dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild index ce7e5b1a78d1..736fb12a881f 100644 --- a/dev-qt/qtquick3d/qtquick3d-6.6.1.ebuild +++ b/dev-qt/qtquick3d/qtquick3d-6.6.1.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" + KEYWORDS="~amd64 ~arm ~arm64" elif [[ ${QT6_BUILD_TYPE} == live ]]; then EGIT_SUBMODULES=() # skip qtquick3d-assimp fi |