diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 21:17:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 21:17:40 +0000 |
commit | 80897ccadbd24cac7fabfbd0f88072fda5dc96ca (patch) | |
tree | 85fad5158f416ed2326ad1af7889d5a21498916f /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: Stabilize 5.15.2 ppc64, #754852 (diff) | |
download | gentoo-80897ccadbd24cac7fabfbd0f88072fda5dc96ca.tar.gz gentoo-80897ccadbd24cac7fabfbd0f88072fda5dc96ca.tar.bz2 gentoo-80897ccadbd24cac7fabfbd0f88072fda5dc96ca.zip |
dev-qt/qtpaths: Stabilize 5.15.2 ppc64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.15.2.ebuild b/dev-qt/qtpaths/qtpaths-5.15.2.ebuild index 174b630e53c6..2bbdce659ebb 100644 --- a/dev-qt/qtpaths/qtpaths-5.15.2.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.15.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="" |