diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-13 20:49:09 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-13 20:50:54 +0300 |
commit | 869895240208770b86672c96458f3004a7c4a200 (patch) | |
tree | 22536b9cc99034ae7dfa85d670c24b09999ea5be /dev-qt/qtwebview | |
parent | dev-qt/qtwebengine: Stabilize 6.7.0 amd64, #929242 (diff) | |
download | gentoo-869895240208770b86672c96458f3004a7c4a200.tar.gz gentoo-869895240208770b86672c96458f3004a7c4a200.tar.bz2 gentoo-869895240208770b86672c96458f3004a7c4a200.zip |
dev-qt/qtwebview: Stabilize 6.7.0 amd64, #929242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-6.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-6.7.0.ebuild b/dev-qt/qtwebview/qtwebview-6.7.0.ebuild index 1796e9647ea1..55069dbb40a2 100644 --- a/dev-qt/qtwebview/qtwebview-6.7.0.ebuild +++ b/dev-qt/qtwebview/qtwebview-6.7.0.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=" |