diff options
author | 2024-03-26 20:46:36 +0200 | |
---|---|---|
committer | 2024-03-26 20:46:36 +0200 | |
commit | 577081ff632d2b8f4b8e3a642dc92195c2f56bd4 (patch) | |
tree | 541dbf7f5e4b74b7582a19d9cc73982a3a8f378b /dev-qt/qtscxml | |
parent | dev-qt/qtlocation: Keyword 6.6.3 arm, #927885 (diff) | |
download | gentoo-577081ff632d2b8f4b8e3a642dc92195c2f56bd4.tar.gz gentoo-577081ff632d2b8f4b8e3a642dc92195c2f56bd4.tar.bz2 gentoo-577081ff632d2b8f4b8e3a642dc92195c2f56bd4.zip |
dev-qt/qtscxml: Keyword 6.6.3 arm, #927885
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-6.6.3.ebuild b/dev-qt/qtscxml/qtscxml-6.6.3.ebuild index 02fdb8a7936d..ec8e8af4d981 100644 --- a/dev-qt/qtscxml/qtscxml-6.6.3.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.6.3.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm" fi IUSE="qml" |