diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:39:45 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:49:29 +0200 |
commit | cddda9a067f69055579a2e06e077257341ba3e3b (patch) | |
tree | d46eaae51992b1c4e4488396ddc9cb066d96bc1b /dev-qt/qtdbus | |
parent | dev-qt/qtcore: ppc64 stable wrt bug #620334 (diff) | |
download | gentoo-cddda9a067f69055579a2e06e077257341ba3e3b.tar.gz gentoo-cddda9a067f69055579a2e06e077257341ba3e3b.tar.bz2 gentoo-cddda9a067f69055579a2e06e077257341ba3e3b.zip |
dev-qt/qtdbus: ppc64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtdbus')
-rw-r--r-- | dev-qt/qtdbus/qtdbus-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdbus/qtdbus-5.7.1.ebuild b/dev-qt/qtdbus/qtdbus-5.7.1.ebuild index b58df40b42b2..8d284e7b8e4a 100644 --- a/dev-qt/qtdbus/qtdbus-5.7.1.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.7.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for inter-process communication over the D-Bus protocol" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" |