diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-08-15 07:27:08 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-08-15 07:54:47 +0200 |
commit | 2ae59badd4d95a08b9c67bcbfd1a303fc6964c6a (patch) | |
tree | a6dc2a0ad67a1998fe3959e200e09ba6d5e4b3cd /dev-qt | |
parent | dev-qt/qtpositioning: Stable for PPC64 (bug #586180). (diff) | |
download | gentoo-2ae59badd4d95a08b9c67bcbfd1a303fc6964c6a.tar.gz gentoo-2ae59badd4d95a08b9c67bcbfd1a303fc6964c6a.tar.bz2 gentoo-2ae59badd4d95a08b9c67bcbfd1a303fc6964c6a.zip |
dev-qt/qtopengl: Stable for HPPA PPC64 (bug #586180).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.6.1.ebuild b/dev-qt/qtopengl/qtopengl-5.6.1.ebuild index f163f3da29e9..eb6bed048c8b 100644 --- a/dev-qt/qtopengl/qtopengl-5.6.1.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.6.1.ebuild @@ -10,7 +10,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" |