diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-01 21:28:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-01 21:28:07 +0300 |
commit | 617740196eaadc4ce1113ab14a435534298bd114 (patch) | |
tree | 2808bef8266f36b3d4b49ec870b138d6aef675df /dev-qt/qtwebview | |
parent | dev-qt/qtwebengine: Stabilize 6.6.3 amd64, #928382 (diff) | |
download | gentoo-617740196eaadc4ce1113ab14a435534298bd114.tar.gz gentoo-617740196eaadc4ce1113ab14a435534298bd114.tar.bz2 gentoo-617740196eaadc4ce1113ab14a435534298bd114.zip |
dev-qt/qtwebview: Stabilize 6.6.3 amd64, #928382
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-6.6.3.ebuild b/dev-qt/qtwebview/qtwebview-6.6.3.ebuild index 1796e9647ea1..55069dbb40a2 100644 --- a/dev-qt/qtwebview/qtwebview-6.6.3.ebuild +++ b/dev-qt/qtwebview/qtwebview-6.6.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" + KEYWORDS="amd64" fi RDEPEND=" |