diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-08-26 17:48:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-08-26 17:53:37 +0300 |
commit | 0cd049c97d726ceccd4409702dc19024ce3b86a4 (patch) | |
tree | 242bffee808abb8db244ed204828cfe4386fa0c5 /dev-qt/qtopengl | |
parent | dev-qt/qtnetwork: arm stable wrt bug #543326 (diff) | |
download | gentoo-0cd049c97d726ceccd4409702dc19024ce3b86a4.tar.gz gentoo-0cd049c97d726ceccd4409702dc19024ce3b86a4.tar.bz2 gentoo-0cd049c97d726ceccd4409702dc19024ce3b86a4.zip |
dev-qt/qtopengl: arm stable wrt bug #543326
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.4.2.ebuild b/dev-qt/qtopengl/qtopengl-5.4.2.ebuild index b7f379c569ee..2afd3b0ff169 100644 --- a/dev-qt/qtopengl/qtopengl-5.4.2.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.4.2.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc64 ~x86" + KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 ~x86" fi IUSE="gles2" |