diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 11:13:49 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 11:14:37 +0100 |
commit | 1ae03b45600481208bdf7823aa61bf2f1390234f (patch) | |
tree | 4cbeaccb68257c8a56ad53804823f651b271ce85 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: ppc64 stable wrt bug #699328 (diff) | |
download | gentoo-1ae03b45600481208bdf7823aa61bf2f1390234f.tar.gz gentoo-1ae03b45600481208bdf7823aa61bf2f1390234f.tar.bz2 gentoo-1ae03b45600481208bdf7823aa61bf2f1390234f.zip |
dev-qt/qtpaths: ppc64 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.14.1.ebuild b/dev-qt/qtpaths/qtpaths-5.14.1.ebuild index 6e6f58059be7..7e78f128573d 100644 --- a/dev-qt/qtpaths/qtpaths-5.14.1.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.14.1.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="" |