diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-03 20:41:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-03 20:41:56 +0200 |
commit | 7074c0ec6a33a5d8d81f4654675f28582017d102 (patch) | |
tree | 5f212c33b977f34d7ec7c9b2d7b3089e7856ca94 /dev-qt/qtdeclarative | |
parent | app-crypt/certbot-nginx: 1.5.0 bump (diff) | |
download | gentoo-7074c0ec6a33a5d8d81f4654675f28582017d102.tar.gz gentoo-7074c0ec6a33a5d8d81f4654675f28582017d102.tar.bz2 gentoo-7074c0ec6a33a5d8d81f4654675f28582017d102.zip |
dev-qt/qtdeclarative: arm stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtdeclarative')
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild index 0060347014c4..24d7551a2fd7 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild @@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" 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 +jit localstorage vulkan +widgets" |