diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-01 07:24:46 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-01 07:24:46 +0000 |
commit | 177db2640dae7d833c109a9eb26fe824762c1784 (patch) | |
tree | d8fd26001814033bca1880df03ce4bb3e2affbbd /dev-qt/qtwebchannel | |
parent | dev-qt/qtwaylandscanner: Stabilize 5.15.9 ppc64, #904373 (diff) | |
download | gentoo-177db2640dae7d833c109a9eb26fe824762c1784.tar.gz gentoo-177db2640dae7d833c109a9eb26fe824762c1784.tar.bz2 gentoo-177db2640dae7d833c109a9eb26fe824762c1784.zip |
dev-qt/qtwebchannel: Stabilize 5.15.9 ppc64, #904373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.15.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.9.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.9.ebuild index a73fb4bde0bd..67025ec27c72 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.9.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.9.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 - KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" fi inherit qt5-build |