diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:40:20 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:49:31 +0200 |
commit | a5f8864e66cd974c224b31b18606042241440d6a (patch) | |
tree | 33852db11979cd02034d7a89abe87104b2ba0652 /dev-qt/qtopengl | |
parent | dev-qt/qtnetwork: ppc64 stable wrt bug #620334 (diff) | |
download | gentoo-a5f8864e66cd974c224b31b18606042241440d6a.tar.gz gentoo-a5f8864e66cd974c224b31b18606042241440d6a.tar.bz2 gentoo-a5f8864e66cd974c224b31b18606042241440d6a.zip |
dev-qt/qtopengl: ppc64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.7.1.ebuild b/dev-qt/qtopengl/qtopengl-5.7.1.ebuild index 0ef7762cbb8e..d4d5621ef92d 100644 --- a/dev-qt/qtopengl/qtopengl-5.7.1.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.7.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 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="gles2" |