diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-03 20:44:40 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-03 20:44:40 +0000 |
commit | 2da7886576d8f5664ebff3800ce2c7a690b5dca6 (patch) | |
tree | 9a98d606bc316bb02d091f5deb84ac8487521f3e /dev-qt/qtscxml | |
parent | dev-qt/qtscript: Stabilize 5.15.13 amd64, #927748 (diff) | |
download | gentoo-2da7886576d8f5664ebff3800ce2c7a690b5dca6.tar.gz gentoo-2da7886576d8f5664ebff3800ce2c7a690b5dca6.tar.bz2 gentoo-2da7886576d8f5664ebff3800ce2c7a690b5dca6.zip |
dev-qt/qtscxml: Stabilize 5.15.13 amd64, #927748
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.13.ebuild b/dev-qt/qtscxml/qtscxml-5.15.13.ebuild index de76ba03d9a3..c0048b9530cd 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.13.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.13.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="" |