diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 16:30:46 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 16:30:46 +0300 |
commit | 0e51b73670094abac35b47d2ea561b84504f5207 (patch) | |
tree | 0d03c9391eaa9de5cd7b5d3cf7d127c8312d1c26 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: arm64 stable wrt bug #719732 (diff) | |
download | gentoo-0e51b73670094abac35b47d2ea561b84504f5207.tar.gz gentoo-0e51b73670094abac35b47d2ea561b84504f5207.tar.bz2 gentoo-0e51b73670094abac35b47d2ea561b84504f5207.zip |
dev-qt/qtpaths: arm64 stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.14.2.ebuild b/dev-qt/qtpaths/qtpaths-5.14.2.ebuild index b977a0f4f134..4446c5975133 100644 --- a/dev-qt/qtpaths/qtpaths-5.14.2.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.14.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" 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="" |