diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-17 18:26:56 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-17 18:28:22 +0000 |
commit | f19406ca12c4c189ea9414256e1010404420faad (patch) | |
tree | 74ffef50fddc0213eaa97352a803f628f08823fc /dev-qt/qtwebview | |
parent | dev-qt/qtwebsockets: Stabilize 6.6.1 amd64, #920154 (diff) | |
download | gentoo-f19406ca12c4c189ea9414256e1010404420faad.tar.gz gentoo-f19406ca12c4c189ea9414256e1010404420faad.tar.bz2 gentoo-f19406ca12c4c189ea9414256e1010404420faad.zip |
dev-qt/qtwebview: Stabilize 6.6.1 amd64, #920154
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-6.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-6.6.1.ebuild b/dev-qt/qtwebview/qtwebview-6.6.1.ebuild index 81210cfc2b80..0853239464c0 100644 --- a/dev-qt/qtwebview/qtwebview-6.6.1.ebuild +++ b/dev-qt/qtwebview/qtwebview-6.6.1.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=" |