diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-03-17 08:39:05 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-03-17 08:46:40 +0100 |
commit | 8da05d73bfbbf07780eabd96a4addc0d86f2631a (patch) | |
tree | 27b9a500fa9fccfa7e3b81bedad5f5f51692061a /dev-qt/qtopengl | |
parent | dev-qt/qtimageformats: Stable for HPPA (bug #598780). (diff) | |
download | gentoo-8da05d73bfbbf07780eabd96a4addc0d86f2631a.tar.gz gentoo-8da05d73bfbbf07780eabd96a4addc0d86f2631a.tar.bz2 gentoo-8da05d73bfbbf07780eabd96a4addc0d86f2631a.zip |
dev-qt/qtopengl: Stable for HPPA (bug #598780).
Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.6.2.ebuild b/dev-qt/qtopengl/qtopengl-5.6.2.ebuild index f1c9248875d2..ae37895a92ac 100644 --- a/dev-qt/qtopengl/qtopengl-5.6.2.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.6.2.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" |