diff options
author | 2020-10-12 11:46:02 +0000 | |
---|---|---|
committer | 2020-10-12 11:55:42 +0000 | |
commit | 09c5190192c3ba5ce1dc37312bf53c8c6314eb15 (patch) | |
tree | 9d28b7c68910756b5a2f72fbb79d2f7d21427303 | |
parent | dev-qt/qtnetwork: Stabilize 5.15.1 arm, #734600 (diff) | |
download | gentoo-09c5190192c3ba5ce1dc37312bf53c8c6314eb15.tar.gz gentoo-09c5190192c3ba5ce1dc37312bf53c8c6314eb15.tar.bz2 gentoo-09c5190192c3ba5ce1dc37312bf53c8c6314eb15.zip |
dev-qt/qtopengl: Stabilize 5.15.1 arm, #734600
Signed-off-by: Sam James <sam@gentoo.org>
-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 639a76f6c6b2..3ca6a5d14e2a 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" |