diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-20 08:44:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-20 16:30:13 +0200 |
commit | fc3973b493ccc885c155cd3f2103a0b54cd2c4b0 (patch) | |
tree | 6d01d485131c47ec0dc6bcc5474bb181e50791e7 /dev-qt | |
parent | dev-qt/qtwayland: Stabilize 6.6.2 amd64, #924651 (diff) | |
download | gentoo-fc3973b493ccc885c155cd3f2103a0b54cd2c4b0.tar.gz gentoo-fc3973b493ccc885c155cd3f2103a0b54cd2c4b0.tar.bz2 gentoo-fc3973b493ccc885c155cd3f2103a0b54cd2c4b0.zip |
dev-qt/qtwebchannel: Stabilize 6.6.2 amd64, #924651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild index 196c658b4733..29746c9175fe 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Qt WebChannel" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm64 ~loong" + KEYWORDS="amd64 ~arm64 ~loong" fi IUSE="qml" |