diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-04 20:58:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-04 20:58:07 +0300 |
commit | b3f897817fe3261bacc000dac11b9742729e8640 (patch) | |
tree | 1101c045227c961e7cac69023c7a768e61039be5 /dev-qt/qtgui | |
parent | dev-qt/qtcore: Stabilize 5.15.5-r1 arm, #853232 (diff) | |
download | gentoo-b3f897817fe3261bacc000dac11b9742729e8640.tar.gz gentoo-b3f897817fe3261bacc000dac11b9742729e8640.tar.bz2 gentoo-b3f897817fe3261bacc000dac11b9742729e8640.zip |
dev-qt/qtgui: Stabilize 5.15.5 arm, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgui')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.15.5.ebuild b/dev-qt/qtgui/qtgui-5.15.5.ebuild index 53c0939baca5..208877f1d591 100644 --- a/dev-qt/qtgui/qtgui-5.15.5.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.5.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 ~loong ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" fi IUSE="accessibility dbus egl eglfs evdev +gif gles2-only ibus jpeg |