diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:15:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:17:39 +0100 |
commit | 8c03cba6973d740bd108397760ca7f88133c0e3c (patch) | |
tree | 73d5ef4e55bf6bf2115c0036cc9e0f7874a390b2 /dev-qt/qtgui | |
parent | dev-qt/qtcore: Stabilize 5.15.3 ppc, #835762 (diff) | |
download | gentoo-8c03cba6973d740bd108397760ca7f88133c0e3c.tar.gz gentoo-8c03cba6973d740bd108397760ca7f88133c0e3c.tar.bz2 gentoo-8c03cba6973d740bd108397760ca7f88133c0e3c.zip |
dev-qt/qtgui: Stabilize 5.15.3 ppc, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgui')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.15.3.ebuild b/dev-qt/qtgui/qtgui-5.15.3.ebuild index c49c5a34a973..2142bf67e9a6 100644 --- a/dev-qt/qtgui/qtgui-5.15.3.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" SLOT=5/${QT5_PV} # bug 707658 if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="accessibility dbus egl eglfs evdev +gif gles2-only ibus jpeg |