diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-01 12:57:35 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-01 12:57:35 +0200 |
commit | 34ec7c4aa39890d416a35d2f23e1cb27b73ff28f (patch) | |
tree | fcf41ee0aac6656b3c0581d9117f3e6a911b5264 /dev-qt | |
parent | dev-qt/qtmultimedia: Keyword 6.6.1 arm64, #918896 (diff) | |
download | gentoo-34ec7c4aa39890d416a35d2f23e1cb27b73ff28f.tar.gz gentoo-34ec7c4aa39890d416a35d2f23e1cb27b73ff28f.tar.bz2 gentoo-34ec7c4aa39890d416a35d2f23e1cb27b73ff28f.zip |
dev-qt/qtserialport: Keyword 6.6.1 arm64, #918896
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtserialport/qtserialport-6.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtserialport/qtserialport-6.6.1.ebuild b/dev-qt/qtserialport/qtserialport-6.6.1.ebuild index 31ce0269d76b..0de4592668f4 100644 --- a/dev-qt/qtserialport/qtserialport-6.6.1.ebuild +++ b/dev-qt/qtserialport/qtserialport-6.6.1.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Serial port abstraction library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~arm64" fi RDEPEND=" |