diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 11:14:09 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 11:14:09 +0200 |
commit | c215ee5cb17a37e5869605267d4b6835f17207e1 (patch) | |
tree | 8d49100ad7a2d3a5537c6dfd7141de309478b22e /dev-qt/qtwebview | |
parent | dev-qt/qtwebengine: Stabilize 5.15.8_p20230112 x86, #888946 (diff) | |
download | gentoo-c215ee5cb17a37e5869605267d4b6835f17207e1.tar.gz gentoo-c215ee5cb17a37e5869605267d4b6835f17207e1.tar.bz2 gentoo-c215ee5cb17a37e5869605267d4b6835f17207e1.zip |
dev-qt/qtwebview: Stabilize 5.15.8 x86, #888946
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-5.15.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-5.15.8.ebuild b/dev-qt/qtwebview/qtwebview-5.15.8.ebuild index 2d70ca8c6095..32ccb702642f 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.8.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.8.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" fi IUSE="" |