diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-26 13:29:47 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-26 13:29:47 -0400 |
commit | 7ebc778aca3b1b7392251c174a6f89cab882af25 (patch) | |
tree | 887a1e095db8f10eebecbf39cf27f27038722b6e /dev-qt | |
parent | dev-libs/hyphen: stable on arm (diff) | |
download | gentoo-7ebc778aca3b1b7392251c174a6f89cab882af25.tar.gz gentoo-7ebc778aca3b1b7392251c174a6f89cab882af25.tar.bz2 gentoo-7ebc778aca3b1b7392251c174a6f89cab882af25.zip |
dev-qt/qtopengl: stable on arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.11.3.ebuild b/dev-qt/qtopengl/qtopengl-5.11.3.ebuild index 60d9f277572d..93fae0f9603d 100644 --- a/dev-qt/qtopengl/qtopengl-5.11.3.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.11.3.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 ~amd64-fbsd" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd" fi IUSE="gles2" |