diff options
author | Sam James <sam@gentoo.org> | 2024-06-02 05:03:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-02 05:03:09 +0100 |
commit | f12e6869c199f1878c78b2eab41ea5013cadaa73 (patch) | |
tree | f79d9d27ec33874a28a3ad169e0932e1f6b73eec /dev-qt/qtscxml | |
parent | dev-qt/qtquicktimeline: Stabilize 6.7.1 amd64, #932347 (diff) | |
download | gentoo-f12e6869c199f1878c78b2eab41ea5013cadaa73.tar.gz gentoo-f12e6869c199f1878c78b2eab41ea5013cadaa73.tar.bz2 gentoo-f12e6869c199f1878c78b2eab41ea5013cadaa73.zip |
dev-qt/qtscxml: Stabilize 6.7.1 amd64, #932347
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-6.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-6.7.1.ebuild b/dev-qt/qtscxml/qtscxml-6.7.1.ebuild index 42871c9166d1..9dc0a14f8cf2 100644 --- a/dev-qt/qtscxml/qtscxml-6.7.1.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.7.1.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 arm ~arm64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ~riscv x86" fi IUSE="qml" |