diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 15:12:40 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 15:23:44 +0200 |
commit | c6b2da894d495fff7b08f115740e2c00971afda2 (patch) | |
tree | 1e619c22906b7530abe12686c856e34cdc1a4c57 /dev-qt/qtopengl | |
parent | dev-qt/qtnetwork: ppc stable wrt bug #620334 (diff) | |
download | gentoo-c6b2da894d495fff7b08f115740e2c00971afda2.tar.gz gentoo-c6b2da894d495fff7b08f115740e2c00971afda2.tar.bz2 gentoo-c6b2da894d495fff7b08f115740e2c00971afda2.zip |
dev-qt/qtopengl: ppc stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
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 2fd2d1f8d34e..0ef7762cbb8e 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" |