diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-13 16:38:36 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-13 16:41:38 +0300 |
commit | 2cc241b36145ca813580994866f516776a1b3127 (patch) | |
tree | f863b979eab9347d08c2dfec3eb9170f3dd89ae7 /dev-qt/qtopengl | |
parent | dev-qt/qtnetwork: amd64 stable wrt bug #655664 (diff) | |
download | gentoo-2cc241b36145ca813580994866f516776a1b3127.tar.gz gentoo-2cc241b36145ca813580994866f516776a1b3127.tar.bz2 gentoo-2cc241b36145ca813580994866f516776a1b3127.zip |
dev-qt/qtopengl: amd64 stable wrt bug #655664
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.9.6.ebuild b/dev-qt/qtopengl/qtopengl-5.9.6.ebuild index 5dfd96944027..f41e1ec86bbb 100644 --- a/dev-qt/qtopengl/qtopengl-5.9.6.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.9.6.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 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" fi IUSE="gles2" |