diff options
author | 2023-01-17 20:02:51 +0000 | |
---|---|---|
committer | 2023-01-17 20:02:51 +0000 | |
commit | a1f54ee2ef3cc50c80c41c14a3e643abf562924c (patch) | |
tree | 5cc54369126ae40e220f9fd2af063e86a15bb734 /dev-qt/qtgui | |
parent | media-libs/harfbuzz: Stabilize 6.0.0 amd64, #888946 (diff) | |
download | gentoo-a1f54ee2ef3cc50c80c41c14a3e643abf562924c.tar.gz gentoo-a1f54ee2ef3cc50c80c41c14a3e643abf562924c.tar.bz2 gentoo-a1f54ee2ef3cc50c80c41c14a3e643abf562924c.zip |
dev-qt/qtgui: Stabilize 5.15.8-r1 amd64, #888946
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgui')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.15.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.15.8-r1.ebuild b/dev-qt/qtgui/qtgui-5.15.8-r1.ebuild index ddce43920a16..7f531216d0c4 100644 --- a/dev-qt/qtgui/qtgui-5.15.8-r1.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.8-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=3 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi QT5_MODULE="qtbase" |