diff options
author | Sam James <sam@gentoo.org> | 2022-04-14 01:18:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-14 01:18:38 +0100 |
commit | fbd4bab3a59ee93576c1c9b11cfe422973e4f7bf (patch) | |
tree | ac4bd96b6ad32b591041a168f4cc622d81d66dd8 /dev-qt/qtscxml | |
parent | dev-qt/qtscript: Stabilize 5.15.3 x86, #835762 (diff) | |
download | gentoo-fbd4bab3a59ee93576c1c9b11cfe422973e4f7bf.tar.gz gentoo-fbd4bab3a59ee93576c1c9b11cfe422973e4f7bf.tar.bz2 gentoo-fbd4bab3a59ee93576c1c9b11cfe422973e4f7bf.zip |
dev-qt/qtscxml: Stabilize 5.15.3 x86, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.3.ebuild b/dev-qt/qtscxml/qtscxml-5.15.3.ebuild index 42015e90dd95..a778e477a992 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.3.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.3.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="" |