diff options
author | 2024-06-04 19:15:15 +0300 | |
---|---|---|
committer | 2024-06-04 19:15:15 +0300 | |
commit | 13e99fa76c22e35a9b3023f2ff63508e29a75ec7 (patch) | |
tree | b1c00c82d3e7d363510c2e2c283159d504fb09d5 /dev-qt/qtwebchannel | |
parent | dev-qt/qtwaylandscanner: Stabilize 5.15.14 ppc64, #933196 (diff) | |
download | gentoo-13e99fa76c22e35a9b3023f2ff63508e29a75ec7.tar.gz gentoo-13e99fa76c22e35a9b3023f2ff63508e29a75ec7.tar.bz2 gentoo-13e99fa76c22e35a9b3023f2ff63508e29a75ec7.zip |
dev-qt/qtwebchannel: Stabilize 5.15.14 ppc64, #933196
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.15.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.14.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.14.ebuild index 45ec594e13f2..7b301c538628 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.14.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.14.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 |