diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-15 17:19:02 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-15 17:19:02 +0000 |
commit | f7ddbc96cc3bf913830ce73d9f58f159ca0879da (patch) | |
tree | b804670ea248c7de553f285334695f185ae20a8e /dev-qt/qtscxml | |
parent | dev-qt/qtnetworkauth: Stabilize 6.5.3 amd64, #915549 (diff) | |
download | gentoo-f7ddbc96cc3bf913830ce73d9f58f159ca0879da.tar.gz gentoo-f7ddbc96cc3bf913830ce73d9f58f159ca0879da.tar.bz2 gentoo-f7ddbc96cc3bf913830ce73d9f58f159ca0879da.zip |
dev-qt/qtscxml: Stabilize 6.5.3 amd64, #915549
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-6.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-6.5.3.ebuild b/dev-qt/qtscxml/qtscxml-6.5.3.ebuild index 3baf824212bc..71db5ea6bf57 100644 --- a/dev-qt/qtscxml/qtscxml-6.5.3.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.5.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" + KEYWORDS="amd64" fi IUSE="qml" |