diff options
Diffstat (limited to 'dev-qt/qtscxml/qtscxml-6.6.2.ebuild')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-6.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-6.6.2.ebuild b/dev-qt/qtscxml/qtscxml-6.6.2.ebuild index 02fdb8a7936d..8c9613c8ea99 100644 --- a/dev-qt/qtscxml/qtscxml-6.6.2.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.6.2.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" |