diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-17 22:55:28 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-17 22:55:28 +0200 |
commit | 03294b810debac02006f4fc1f73c5af4250b330a (patch) | |
tree | 5c6ee40e550c075591fa0d7e71fad0f6b51c7732 /dev-qt | |
parent | dev-qt/qtscript: Stabilize 5.15.8 arm64, #888946 (diff) | |
download | gentoo-03294b810debac02006f4fc1f73c5af4250b330a.tar.gz gentoo-03294b810debac02006f4fc1f73c5af4250b330a.tar.bz2 gentoo-03294b810debac02006f4fc1f73c5af4250b330a.zip |
dev-qt/qtscxml: Stabilize 5.15.8 arm64, #888946
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.8.ebuild b/dev-qt/qtscxml/qtscxml-5.15.8.ebuild index 14cf3e4faedb..443cdfd43341 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.8.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.8.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~riscv ~x86" fi IUSE="" |