diff options
author | Sam James <sam@gentoo.org> | 2020-10-12 15:04:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 15:22:27 +0000 |
commit | 97c29dce6a20214585e4f6e165c8e1583c2e8422 (patch) | |
tree | f91a2252abb0ed156cecaf2a1d08a2a821ff5db6 /dev-qt | |
parent | dev-qt/qtnetworkauth: Stabilize 5.15.1 amd64, #734600 (diff) | |
download | gentoo-97c29dce6a20214585e4f6e165c8e1583c2e8422.tar.gz gentoo-97c29dce6a20214585e4f6e165c8e1583c2e8422.tar.bz2 gentoo-97c29dce6a20214585e4f6e165c8e1583c2e8422.zip |
dev-qt/qtopengl: Stabilize 5.15.1 amd64, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.15.1.ebuild b/dev-qt/qtopengl/qtopengl-5.15.1.ebuild index 3ca6a5d14e2a..0ab87333edf3 100644 --- a/dev-qt/qtopengl/qtopengl-5.15.1.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.15.1.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" |