diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 19:00:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 19:09:07 +0300 |
commit | c840a7431cd45b19941323b04d269a1d728826c2 (patch) | |
tree | 7eef428892c97ba900626710ef3723419c7e52e2 /dev-qt/qtopengl | |
parent | dev-qt/qtlocation: amd64 stable wrt bug #664566 (diff) | |
download | gentoo-c840a7431cd45b19941323b04d269a1d728826c2.tar.gz gentoo-c840a7431cd45b19941323b04d269a1d728826c2.tar.bz2 gentoo-c840a7431cd45b19941323b04d269a1d728826c2.zip |
dev-qt/qtopengl: amd64 stable wrt bug #664566
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.11.1.ebuild b/dev-qt/qtopengl/qtopengl-5.11.1.ebuild index 0675a3aa7efe..83de9b53354a 100644 --- a/dev-qt/qtopengl/qtopengl-5.11.1.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" fi IUSE="gles2" |