diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-25 12:40:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-25 12:41:41 +0300 |
commit | c838ef1e33142090ef4706128bc8eac4b0ca4bcf (patch) | |
tree | 7b87c610085178f2688dc8011eaea0d09f0730d9 /dev-qt | |
parent | dev-qt/qtwebengine: Stabilize 5.15.9_p20230421 arm64, #904373 (diff) | |
download | gentoo-c838ef1e33142090ef4706128bc8eac4b0ca4bcf.tar.gz gentoo-c838ef1e33142090ef4706128bc8eac4b0ca4bcf.tar.bz2 gentoo-c838ef1e33142090ef4706128bc8eac4b0ca4bcf.zip |
dev-qt/qtwebview: Stabilize 5.15.9 arm64, #904373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-5.15.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-5.15.9.ebuild b/dev-qt/qtwebview/qtwebview-5.15.9.ebuild index 46aefee03af6..2d70ca8c6095 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.9.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.9.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="" |