diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-01 12:57:33 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-01 12:57:33 +0200 |
commit | 2483ec307ba824a04e0e8c16a479645fdb267f5b (patch) | |
tree | 230b7263e2ca8d313d6273924a48966236c95d3d /dev-qt/qt5compat | |
parent | dev-qt/qtsvg: Keyword 6.6.1 arm, #918896 (diff) | |
download | gentoo-2483ec307ba824a04e0e8c16a479645fdb267f5b.tar.gz gentoo-2483ec307ba824a04e0e8c16a479645fdb267f5b.tar.bz2 gentoo-2483ec307ba824a04e0e8c16a479645fdb267f5b.zip |
dev-qt/qt5compat: Keyword 6.6.1 arm64, #918896
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qt5compat')
-rw-r--r-- | dev-qt/qt5compat/qt5compat-6.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qt5compat/qt5compat-6.6.1.ebuild b/dev-qt/qt5compat/qt5compat-6.6.1.ebuild index 473dcc562067..9765ae9ee2e6 100644 --- a/dev-qt/qt5compat/qt5compat-6.6.1.ebuild +++ b/dev-qt/qt5compat/qt5compat-6.6.1.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Qt module containing the unsupported Qt 5 APIs" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~arm64" fi IUSE="icu qml" |