diff options
author | 2024-11-02 09:48:49 +0100 | |
---|---|---|
committer | 2024-11-02 09:48:49 +0100 | |
commit | b49ddb2b31d30359601f26a417804ef3dff99e2f (patch) | |
tree | d5f0d78e2d6bd352910f9b5c4bf933e242373122 /dev-qt | |
parent | dev-qt/qtremoteobjects: Stabilize 6.7.3 amd64, #942507 (diff) | |
download | gentoo-b49ddb2b31d30359601f26a417804ef3dff99e2f.tar.gz gentoo-b49ddb2b31d30359601f26a417804ef3dff99e2f.tar.bz2 gentoo-b49ddb2b31d30359601f26a417804ef3dff99e2f.zip |
dev-qt/qtscxml: Stabilize 6.7.3 amd64, #942507
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-6.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-6.7.3.ebuild b/dev-qt/qtscxml/qtscxml-6.7.3.ebuild index 5433a2955c56..38cd0ee0f7d9 100644 --- a/dev-qt/qtscxml/qtscxml-6.7.3.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.7.3.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 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" fi IUSE="qml" |