diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:49:24 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:49:24 +0200 |
commit | f2466dda40eecf144bae62a05278e7a51ad30690 (patch) | |
tree | 02ee5a4b6ad4b79413f95aa73009dc748df037ce /dev-qt | |
parent | dev-qt/qtnetwork: ppc stable wrt bug #734600 (diff) | |
download | gentoo-f2466dda40eecf144bae62a05278e7a51ad30690.tar.gz gentoo-f2466dda40eecf144bae62a05278e7a51ad30690.tar.bz2 gentoo-f2466dda40eecf144bae62a05278e7a51ad30690.zip |
dev-qt/qtopengl: ppc stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
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 0ab87333edf3..b13affe83328 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" |