diff options
author | 2024-06-01 15:59:33 +0000 | |
---|---|---|
committer | 2024-06-01 15:59:33 +0000 | |
commit | 0ea9360a73d2690dc25774232ff813734f14e67d (patch) | |
tree | 6604d75a8bac7c67f771cdb3d2f638217ad7aadb /dev-qt/qtscxml | |
parent | dev-qt/qtscript: Stabilize 5.15.14 x86, #933196 (diff) | |
download | gentoo-0ea9360a73d2690dc25774232ff813734f14e67d.tar.gz gentoo-0ea9360a73d2690dc25774232ff813734f14e67d.tar.bz2 gentoo-0ea9360a73d2690dc25774232ff813734f14e67d.zip |
dev-qt/qtscxml: Stabilize 5.15.14 x86, #933196
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.14.ebuild b/dev-qt/qtscxml/qtscxml-5.15.14.ebuild index 08f2d27a2f47..1a299c680c85 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.14.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.14.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="" |