diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-26 08:03:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-26 08:03:13 +0100 |
commit | 5cf66613f692f1c3046eb345045302df68d4ca4b (patch) | |
tree | 2ac429089913947b9456af41be891ab781c5037c /dev-qt/qtopengl | |
parent | dev-qt/qtnetwork: stable 5.9.4 for ppc64, bug #642822 (diff) | |
download | gentoo-5cf66613f692f1c3046eb345045302df68d4ca4b.tar.gz gentoo-5cf66613f692f1c3046eb345045302df68d4ca4b.tar.bz2 gentoo-5cf66613f692f1c3046eb345045302df68d4ca4b.zip |
dev-qt/qtopengl: stable 5.9.4 for ppc64, bug #642822
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.9.4.ebuild b/dev-qt/qtopengl/qtopengl-5.9.4.ebuild index e724c035fc1a..d7fc20f91c1f 100644 --- a/dev-qt/qtopengl/qtopengl-5.9.4.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.9.4.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 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd" fi IUSE="gles2" |