diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-04 07:21:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-04 07:21:49 +0300 |
commit | 068532cb94cf0970ac7c0e1be2e623dff2f1005a (patch) | |
tree | 12dd75a64f28a092cecf305df6d95fc7a2aa75d3 /dev-qt/qtwebview | |
parent | dev-qt/qtwebengine: Stabilize 5.15.13_p20240322 arm64, #927748 (diff) | |
download | gentoo-068532cb94cf0970ac7c0e1be2e623dff2f1005a.tar.gz gentoo-068532cb94cf0970ac7c0e1be2e623dff2f1005a.tar.bz2 gentoo-068532cb94cf0970ac7c0e1be2e623dff2f1005a.zip |
dev-qt/qtwebview: Stabilize 5.15.13 arm64, #927748
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-5.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-5.15.13.ebuild b/dev-qt/qtwebview/qtwebview-5.15.13.ebuild index 17001ba8e021..cc68815da63d 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.13.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.13.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 ~arm64 ~x86" + KEYWORDS="amd64 arm64 ~x86" fi IUSE="" |