commit: 48eb7d53fe41deec9beb6e6a73730a933419464e
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 14:35:58 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 14:45:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48eb7d53
dev-qt/qtopengl: x86 stable (bug #734600)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-qt/qtopengl/qtopengl-5.15.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtopengl/qtopengl-5.15.1.ebuild
b/dev-qt/qtopengl/qtopengl-5.15.1.ebuild
index dab8072a8e1..9832679e0b3 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"