diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 15:15:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 15:15:20 +0000 |
commit | 4a29537cf52b4d3b5c06142927aae28569c9e364 (patch) | |
tree | a4c9c91d16377a12564b1f947496e377328b9edb /dev-qt/qtdeclarative | |
parent | dev-qt/qtdbus: Stabilize 5.15.2 arm64, #754852 (diff) | |
download | gentoo-4a29537cf52b4d3b5c06142927aae28569c9e364.tar.gz gentoo-4a29537cf52b4d3b5c06142927aae28569c9e364.tar.bz2 gentoo-4a29537cf52b4d3b5c06142927aae28569c9e364.zip |
dev-qt/qtdeclarative: Stabilize 5.15.2 arm64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtdeclarative')
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.2.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.2.ebuild index d897d19a8950..b74c284a974d 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.2.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.2.ebuild @@ -9,7 +9,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" |