diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:11:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:14:40 +0200 |
commit | 9404695bc1624187a1f927f3e1d112cb22c3e15d (patch) | |
tree | bc87b6db98554be475392ca50748f11237dafe40 /dev-qt/qtx11extras | |
parent | dev-qt/qtwebsockets: Stabilize 5.15.11 arm, #915391 (diff) | |
download | gentoo-9404695bc1624187a1f927f3e1d112cb22c3e15d.tar.gz gentoo-9404695bc1624187a1f927f3e1d112cb22c3e15d.tar.bz2 gentoo-9404695bc1624187a1f927f3e1d112cb22c3e15d.zip |
dev-qt/qtx11extras: Stabilize 5.15.11 arm, #915391
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtx11extras')
-rw-r--r-- | dev-qt/qtx11extras/qtx11extras-5.15.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtx11extras/qtx11extras-5.15.11.ebuild b/dev-qt/qtx11extras/qtx11extras-5.15.11.ebuild index 655cade08d36..0a657967b7fb 100644 --- a/dev-qt/qtx11extras/qtx11extras-5.15.11.ebuild +++ b/dev-qt/qtx11extras/qtx11extras-5.15.11.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Linux/X11-specific support library for the Qt5 framework" 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="" |