diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 09:09:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 09:11:53 +0200 |
commit | e3a40a2db0798ca9b2808cb99fd9c287d4db0ccf (patch) | |
tree | 787419a56dcb17d9a984c08208c115891d4a7c1e /dev-qt/qtopengl | |
parent | dev-qt/qtnetwork: ppc stable wrt bug #685260 (diff) | |
download | gentoo-e3a40a2db0798ca9b2808cb99fd9c287d4db0ccf.tar.gz gentoo-e3a40a2db0798ca9b2808cb99fd9c287d4db0ccf.tar.bz2 gentoo-e3a40a2db0798ca9b2808cb99fd9c287d4db0ccf.zip |
dev-qt/qtopengl: ppc stable wrt bug #685260
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.12.3.ebuild b/dev-qt/qtopengl/qtopengl-5.12.3.ebuild index 6d2a254afc5f..eadbc9f31c23 100644 --- a/dev-qt/qtopengl/qtopengl-5.12.3.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.12.3.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 ~amd64-fbsd" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd" fi IUSE="gles2" |