diff options
author | Sam James <sam@gentoo.org> | 2022-06-18 16:38:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-18 16:38:10 +0100 |
commit | 9ec4a7a14674f24eaff75ff5cc7547a342c06193 (patch) | |
tree | ade47afe31297b2e3284b43b15319e1f2c15c510 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: Stabilize 5.15.4 ppc, #843353 (diff) | |
download | gentoo-9ec4a7a14674f24eaff75ff5cc7547a342c06193.tar.gz gentoo-9ec4a7a14674f24eaff75ff5cc7547a342c06193.tar.bz2 gentoo-9ec4a7a14674f24eaff75ff5cc7547a342c06193.zip |
dev-qt/qtpaths: Stabilize 5.15.4 ppc, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.15.4.ebuild b/dev-qt/qtpaths/qtpaths-5.15.4.ebuild index 94aee6a60249..64f643b5ecaf 100644 --- a/dev-qt/qtpaths/qtpaths-5.15.4.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.15.4.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="" |