diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:49:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-02 09:49:01 +0100 |
commit | 069649312295302840fc4bcf310f4ccf590ca135 (patch) | |
tree | 6d46f88fc4e0cc34cf20c14b99d59f5dd6f3dd64 /dev-qt | |
parent | dev-qt/qtwebsockets: Stabilize 6.7.3 amd64, #942507 (diff) | |
download | gentoo-069649312295302840fc4bcf310f4ccf590ca135.tar.gz gentoo-069649312295302840fc4bcf310f4ccf590ca135.tar.bz2 gentoo-069649312295302840fc4bcf310f4ccf590ca135.zip |
dev-qt/qtwebview: 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/qtwebview/qtwebview-6.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-6.7.3.ebuild b/dev-qt/qtwebview/qtwebview-6.7.3.ebuild index 76539b793b79..9e7e9d36e4ab 100644 --- a/dev-qt/qtwebview/qtwebview-6.7.3.ebuild +++ b/dev-qt/qtwebview/qtwebview-6.7.3.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Module for displaying web content in a QML application using the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" fi RDEPEND=" |