diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-21 13:53:39 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-21 13:53:39 +0300 |
commit | 537e118a37ff7208e8d7c4a87975151b8540a350 (patch) | |
tree | 42240b7f4c01bb5ad3ca5369cbab5ec0ba0a57df /dev-qt/qtopengl | |
parent | dev-qt/qtnetwork: ppc64 stable wrt bug #699240 (diff) | |
download | gentoo-537e118a37ff7208e8d7c4a87975151b8540a350.tar.gz gentoo-537e118a37ff7208e8d7c4a87975151b8540a350.tar.bz2 gentoo-537e118a37ff7208e8d7c4a87975151b8540a350.zip |
dev-qt/qtopengl: ppc64 stable wrt bug #699240
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.13.2.ebuild b/dev-qt/qtopengl/qtopengl-5.13.2.ebuild index af34b7e1e9f1..a6e28dc23986 100644 --- a/dev-qt/qtopengl/qtopengl-5.13.2.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.13.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 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86" fi IUSE="gles2" |