diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:59:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:59:13 +0300 |
commit | e9cc8a9df8ae90e6719b231d0a0c352ef8a85cf9 (patch) | |
tree | d93aff70938ff6a74b0665d787d70e16b2fe12c5 | |
parent | dev-qt/qtscript: Stabilize 5.15.10 amd64, #909313 (diff) | |
download | gentoo-e9cc8a9df8ae90e6719b231d0a0c352ef8a85cf9.tar.gz gentoo-e9cc8a9df8ae90e6719b231d0a0c352ef8a85cf9.tar.bz2 gentoo-e9cc8a9df8ae90e6719b231d0a0c352ef8a85cf9.zip |
dev-qt/qtscxml: Stabilize 5.15.10 amd64, #909313
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.10.ebuild b/dev-qt/qtscxml/qtscxml-5.15.10.ebuild index 54f7b28d3bdd..9a76f3de8862 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.10.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.10.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="" |