diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:02:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:02:25 +0300 |
commit | e7177b9d416b1469d31c4353deb785946affae9e (patch) | |
tree | eede59b47713f4bfcd4029411f7de25b6c6bdc27 | |
parent | dev-qt/qtopengl: Stabilize 5.15.5 ppc64, #853232 (diff) | |
download | gentoo-e7177b9d416b1469d31c4353deb785946affae9e.tar.gz gentoo-e7177b9d416b1469d31c4353deb785946affae9e.tar.bz2 gentoo-e7177b9d416b1469d31c4353deb785946affae9e.zip |
dev-qt/qtpaths: Stabilize 5.15.5 ppc64, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.15.5.ebuild b/dev-qt/qtpaths/qtpaths-5.15.5.ebuild index 6761b0594dfe..dc3fa504b15f 100644 --- a/dev-qt/qtpaths/qtpaths-5.15.5.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.15.5.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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc ~x86" fi IUSE="" |