diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-20 19:08:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-20 19:08:00 +0300 |
commit | b6b0b468a9e8325ba519812b481c4a5536eaaff6 (patch) | |
tree | 161e167ad181230e0b33126d8ec55b40c963278c /dev-qt/qtopengl | |
parent | dev-qt/qtnetworkauth: amd64 stable wrt bug #691738 (diff) | |
download | gentoo-b6b0b468a9e8325ba519812b481c4a5536eaaff6.tar.gz gentoo-b6b0b468a9e8325ba519812b481c4a5536eaaff6.tar.bz2 gentoo-b6b0b468a9e8325ba519812b481c4a5536eaaff6.zip |
dev-qt/qtopengl: amd64 stable wrt bug #691738
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.12.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.12.5.ebuild b/dev-qt/qtopengl/qtopengl-5.12.5.ebuild index cec19c33587b..af34b7e1e9f1 100644 --- a/dev-qt/qtopengl/qtopengl-5.12.5.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.12.5.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" |