diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:28:43 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:47:09 -0400 |
commit | 3a9b38f047ea280d93a0f0514e80537e46909c47 (patch) | |
tree | 5c588580c64d6a502ba7999ae6fa1f6b450ff008 /dev-qt/qtcore | |
parent | dev-qt/qtconcurrent: arm64 stable (diff) | |
download | gentoo-3a9b38f047ea280d93a0f0514e80537e46909c47.tar.gz gentoo-3a9b38f047ea280d93a0f0514e80537e46909c47.tar.bz2 gentoo-3a9b38f047ea280d93a0f0514e80537e46909c47.zip |
dev-qt/qtcore: 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/qtcore')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.12.3.ebuild b/dev-qt/qtcore/qtcore-5.12.3.ebuild index 504b095e48d3..6aa5c4038c5f 100644 --- a/dev-qt/qtcore/qtcore-5.12.3.ebuild +++ b/dev-qt/qtcore/qtcore-5.12.3.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Cross-platform application development framework" 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="icu systemd" |