diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-12 09:49:59 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-12 10:00:42 -0500 |
commit | 165eedf16e0ff523b377c723721601337a5458b0 (patch) | |
tree | 78a61057a34bba531ed8ab32e41aeedc62d0e9f8 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: arm64 stable (bug #691738) (diff) | |
download | gentoo-165eedf16e0ff523b377c723721601337a5458b0.tar.gz gentoo-165eedf16e0ff523b377c723721601337a5458b0.tar.bz2 gentoo-165eedf16e0ff523b377c723721601337a5458b0.zip |
dev-qt/qtpaths: arm64 stable (bug #691738)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.12.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.12.5.ebuild b/dev-qt/qtpaths/qtpaths-5.12.5.ebuild index 7ad7beccf192..171082a33f8f 100644 --- a/dev-qt/qtpaths/qtpaths-5.12.5.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.12.5.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="" |