diff options
author | 2023-11-06 09:09:51 +0200 | |
---|---|---|
committer | 2023-11-06 09:13:54 +0200 | |
commit | ab42e035f5ca62a880942b3d9553b7f23a883161 (patch) | |
tree | 9fdeb738a1361c0927e63176e1f40d67253a1dc9 /dev-qt/qtx11extras | |
parent | dev-qt/qtwebsockets: Stabilize 5.15.11 x86, #915391 (diff) | |
download | gentoo-ab42e035f5ca62a880942b3d9553b7f23a883161.tar.gz gentoo-ab42e035f5ca62a880942b3d9553b7f23a883161.tar.bz2 gentoo-ab42e035f5ca62a880942b3d9553b7f23a883161.zip |
dev-qt/qtx11extras: Stabilize 5.15.11 x86, #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 756a955c471d..0f45d5baff5a 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="" |