diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 09:05:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 09:05:29 +0000 |
commit | 330976a2efc88f06c4bc1ad9e1e83b7d7460a1c3 (patch) | |
tree | c59f6d78c0d366fc1fdfce7b5cc635b959a1f7e8 /dev-qt | |
parent | dev-qt/qtnetworkauth: Stabilize 5.15.2 amd64, #754852 (diff) | |
download | gentoo-330976a2efc88f06c4bc1ad9e1e83b7d7460a1c3.tar.gz gentoo-330976a2efc88f06c4bc1ad9e1e83b7d7460a1c3.tar.bz2 gentoo-330976a2efc88f06c4bc1ad9e1e83b7d7460a1c3.zip |
dev-qt/qtopengl: Stabilize 5.15.2 amd64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.15.2.ebuild b/dev-qt/qtopengl/qtopengl-5.15.2.ebuild index 994e22b49414..c9a50e5247cd 100644 --- a/dev-qt/qtopengl/qtopengl-5.15.2.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.15.2.ebuild @@ -9,7 +9,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 ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" fi IUSE="gles2-only" |