diff options
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.6.1.ebuild b/dev-qt/qtpaths/qtpaths-5.6.1.ebuild index 084481191402..b6a789c5d54f 100644 --- a/dev-qt/qtpaths/qtpaths-5.6.1.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.6.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" fi IUSE="" |