diff options
author | 2024-05-28 14:02:41 +0200 | |
---|---|---|
committer | 2024-05-28 14:02:41 +0200 | |
commit | 6d474785bb9bcc5f4491e332e51e303daa07e897 (patch) | |
tree | 0277b9a147af62f6b04601f6634af758475c4a5e /dev-qt/qtscxml | |
parent | dev-qt/qtquicktimeline: Stabilize 6.7.1 arm, #932862 (diff) | |
download | gentoo-6d474785bb9bcc5f4491e332e51e303daa07e897.tar.gz gentoo-6d474785bb9bcc5f4491e332e51e303daa07e897.tar.bz2 gentoo-6d474785bb9bcc5f4491e332e51e303daa07e897.zip |
dev-qt/qtscxml: Stabilize 6.7.1 arm, #932862
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-6.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-6.7.1.ebuild b/dev-qt/qtscxml/qtscxml-6.7.1.ebuild index 70bce441eda7..7918ca8c6f75 100644 --- a/dev-qt/qtscxml/qtscxml-6.7.1.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.7.1.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 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 arm ~arm64 ~riscv ~x86" fi IUSE="qml" |