diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-12 21:45:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-12 21:45:25 +0300 |
commit | 979e838565e2192a52b01e31d05d0064200acc65 (patch) | |
tree | 208f7a7329a538d99027948c4aaa3f9b1cff03f2 /dev-qt/qtopengl | |
parent | dev-qt/qtmultimedia: Stabilize 5.15.3 arm, #835762 (diff) | |
download | gentoo-979e838565e2192a52b01e31d05d0064200acc65.tar.gz gentoo-979e838565e2192a52b01e31d05d0064200acc65.tar.bz2 gentoo-979e838565e2192a52b01e31d05d0064200acc65.zip |
dev-qt/qtopengl: Stabilize 5.15.3 arm, #835762
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtopengl')
-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 7af53102350f..4b9257d867fb 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" |