diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:55:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:49 +0200 |
commit | dd34d33652b240211cdf2b4ab89638d8392d29e5 (patch) | |
tree | c4ee903e5b3a3482a1981972cbd0ee09971f15e6 /dev-qt | |
parent | dev-qt/qtnetwork: ppc64 stable wrt bug #734600 (diff) | |
download | gentoo-dd34d33652b240211cdf2b4ab89638d8392d29e5.tar.gz gentoo-dd34d33652b240211cdf2b4ab89638d8392d29e5.tar.bz2 gentoo-dd34d33652b240211cdf2b4ab89638d8392d29e5.zip |
dev-qt/qtopengl: ppc64 stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.15.1.ebuild b/dev-qt/qtopengl/qtopengl-5.15.1.ebuild index b13affe83328..dab8072a8e11 100644 --- a/dev-qt/qtopengl/qtopengl-5.15.1.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.15.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 ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86" fi IUSE="gles2-only" |