diff options
author | 2024-06-08 08:25:47 +0300 | |
---|---|---|
committer | 2024-06-08 08:25:47 +0300 | |
commit | 2e660f244d55df42fb080f868195647b6176912d (patch) | |
tree | 107364586c8fb8869bdff27f9e5c70d0a8b1dd6b /dev-qt | |
parent | dev-qt/qtnetworkauth: Stabilize 6.7.1 arm64, #932347 (diff) | |
download | gentoo-2e660f244d55df42fb080f868195647b6176912d.tar.gz gentoo-2e660f244d55df42fb080f868195647b6176912d.tar.bz2 gentoo-2e660f244d55df42fb080f868195647b6176912d.zip |
dev-qt/qtscxml: Stabilize 6.7.1 arm64, #932347
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-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 9dc0a14f8cf2..67054f2b3468 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" |