diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:09:50 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:13:53 +0200 |
commit | 5e52929e8672364738605361f4240e1052fd7352 (patch) | |
tree | b2a786c407c71a73c06ccc430bfafa9c96105851 /dev-qt/qtwebchannel | |
parent | dev-qt/qtwaylandscanner: Stabilize 5.15.11 x86, #915391 (diff) | |
download | gentoo-5e52929e8672364738605361f4240e1052fd7352.tar.gz gentoo-5e52929e8672364738605361f4240e1052fd7352.tar.bz2 gentoo-5e52929e8672364738605361f4240e1052fd7352.zip |
dev-qt/qtwebchannel: Stabilize 5.15.11 x86, #915391
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.15.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.11.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.11.ebuild index e357da75e2aa..78cc3fdd9e53 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.11.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.11.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 |