diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:57:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:57:20 +0300 |
commit | fe1e07f397962279028614d6d7c6f48a20039ea3 (patch) | |
tree | 8e05f0ca39d9c103c75f95b6c9c55a688c2778b1 /dev-qt/qtwebview | |
parent | dev-qt/qtwebengine: Stabilize 5.15.10_p20230623 arm64, #909313 (diff) | |
download | gentoo-fe1e07f397962279028614d6d7c6f48a20039ea3.tar.gz gentoo-fe1e07f397962279028614d6d7c6f48a20039ea3.tar.bz2 gentoo-fe1e07f397962279028614d6d7c6f48a20039ea3.zip |
dev-qt/qtwebview: Stabilize 5.15.10 arm64, #909313
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-5.15.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-5.15.10.ebuild b/dev-qt/qtwebview/qtwebview-5.15.10.ebuild index ca158199c5b2..cc92a264008e 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.10.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.10.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="" |