diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 23:49:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 23:49:06 +0100 |
commit | 8fa539e9e60e5734574e726dec78dcdda4da681a (patch) | |
tree | bdc96910e3e3159384d6cedfd8751809f3cc0cd6 /dev-qt | |
parent | dev-qt/qtscript: Stabilize 5.15.3 amd64, #835762 (diff) | |
download | gentoo-8fa539e9e60e5734574e726dec78dcdda4da681a.tar.gz gentoo-8fa539e9e60e5734574e726dec78dcdda4da681a.tar.bz2 gentoo-8fa539e9e60e5734574e726dec78dcdda4da681a.zip |
dev-qt/qtscxml: Stabilize 5.15.3 amd64, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-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 b75e81865a9b..42015e90dd95 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="" |