diff options
author | 2023-04-25 12:40:45 +0300 | |
---|---|---|
committer | 2023-04-25 12:41:38 +0300 | |
commit | e6d5ad7440d214372cdca7d2ae3f28eae33f95a8 (patch) | |
tree | 8952e320fb3157a765500457567e77bdceef9792 /dev-qt | |
parent | dev-qt/qtscript: Stabilize 5.15.9 arm64, #904373 (diff) | |
download | gentoo-e6d5ad7440d214372cdca7d2ae3f28eae33f95a8.tar.gz gentoo-e6d5ad7440d214372cdca7d2ae3f28eae33f95a8.tar.bz2 gentoo-e6d5ad7440d214372cdca7d2ae3f28eae33f95a8.zip |
dev-qt/qtscxml: Stabilize 5.15.9 arm64, #904373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.9.ebuild b/dev-qt/qtscxml/qtscxml-5.15.9.ebuild index 4ddcd21878e0..9a76f3de8862 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.9.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.9.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="" |