diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:17:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:18:29 +0100 |
commit | 2659b28316f89493511a2ea4d878254e03a174b9 (patch) | |
tree | f6e77815a2ffeb1319f8d44b6e8ec63623ee5408 /dev-qt | |
parent | dev-qt/qtmultimedia: Stabilize 5.15.3 ppc64, #835762 (diff) | |
download | gentoo-2659b28316f89493511a2ea4d878254e03a174b9.tar.gz gentoo-2659b28316f89493511a2ea4d878254e03a174b9.tar.bz2 gentoo-2659b28316f89493511a2ea4d878254e03a174b9.zip |
dev-qt/qtopengl: Stabilize 5.15.3 ppc64, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.15.3.ebuild b/dev-qt/qtopengl/qtopengl-5.15.3.ebuild index 1ef689b3b379..a250eecca415 100644 --- a/dev-qt/qtopengl/qtopengl-5.15.3.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.15.3.ebuild @@ -11,7 +11,7 @@ inherit qt5-build DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)" 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="gles2-only" |