diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:30:48 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:47:30 -0400 |
commit | 0bf0161234e49b0739b39867a1e2d56f60d39b6c (patch) | |
tree | 0020e063af99cecad1f911abe858fedb3a4a6d91 /dev-qt/qtopengl | |
parent | dev-qt/qtnetworkauth: arm64 stable (diff) | |
download | gentoo-0bf0161234e49b0739b39867a1e2d56f60d39b6c.tar.gz gentoo-0bf0161234e49b0739b39867a1e2d56f60d39b6c.tar.bz2 gentoo-0bf0161234e49b0739b39867a1e2d56f60d39b6c.zip |
dev-qt/qtopengl: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.12.3.ebuild b/dev-qt/qtopengl/qtopengl-5.12.3.ebuild index 2017f2abfce9..6d2a254afc5f 100644 --- a/dev-qt/qtopengl/qtopengl-5.12.3.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.12.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" |