diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-04 21:22:13 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-04 21:22:13 +0200 |
commit | f488bded34c1497da66f4cc3b08cd929e7df8319 (patch) | |
tree | c819a94c5a38a7db6d799a8351ab7ecd6a6b8cbe | |
parent | dev-qt/qtwebchannel: Stabilize 5.15.7 arm64, #883677 (diff) | |
download | gentoo-f488bded34c1497da66f4cc3b08cd929e7df8319.tar.gz gentoo-f488bded34c1497da66f4cc3b08cd929e7df8319.tar.bz2 gentoo-f488bded34c1497da66f4cc3b08cd929e7df8319.zip |
dev-qt/qtwebengine: Stabilize 5.15.7_p20221122 arm64, #883677
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild index 205c11ee566c..af5c7e8c0a98 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.7_p20221122.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML applic HOMEPAGE="https://www.qt.io/" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" if [[ ${PV} == ${QT5_PV}_p* ]]; then SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" S="${WORKDIR}/${P}" |