diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-04 21:28:11 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-04 21:28:11 +0200 |
commit | b2e3633a39e22a40e057ab275faff2e4749ec1f9 (patch) | |
tree | 550379fc5ce7513fcbd32bf94b71840de6893e59 /dev-qt/qtx11extras | |
parent | dev-qt/qtwebsockets: Stabilize 5.15.7 ppc64, #883677 (diff) | |
download | gentoo-b2e3633a39e22a40e057ab275faff2e4749ec1f9.tar.gz gentoo-b2e3633a39e22a40e057ab275faff2e4749ec1f9.tar.bz2 gentoo-b2e3633a39e22a40e057ab275faff2e4749ec1f9.zip |
dev-qt/qtx11extras: Stabilize 5.15.7 ppc64, #883677
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtx11extras')
-rw-r--r-- | dev-qt/qtx11extras/qtx11extras-5.15.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtx11extras/qtx11extras-5.15.7.ebuild b/dev-qt/qtx11extras/qtx11extras-5.15.7.ebuild index 3842c5cbcdc4..1fe66941584b 100644 --- a/dev-qt/qtx11extras/qtx11extras-5.15.7.ebuild +++ b/dev-qt/qtx11extras/qtx11extras-5.15.7.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="" |