diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-19 22:29:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-19 22:29:58 +0300 |
commit | 165bca3153885dc0a8772e1f0ad0cbbad95251c1 (patch) | |
tree | 6aa8d2018dd6666a7da086c7ea8c4a55f07197d2 /dev-qt/qtopengl | |
parent | dev-qt/qtnetworkauth: amd64 stable wrt bug #719732 (diff) | |
download | gentoo-165bca3153885dc0a8772e1f0ad0cbbad95251c1.tar.gz gentoo-165bca3153885dc0a8772e1f0ad0cbbad95251c1.tar.bz2 gentoo-165bca3153885dc0a8772e1f0ad0cbbad95251c1.zip |
dev-qt/qtopengl: amd64 stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
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.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.14.2.ebuild b/dev-qt/qtopengl/qtopengl-5.14.2.ebuild index 4ffaa4034734..1b6ac4e3f88d 100644 --- a/dev-qt/qtopengl/qtopengl-5.14.2.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.14.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-only" |