diff options
author | 2018-09-08 00:35:26 +0100 | |
---|---|---|
committer | 2018-09-08 00:46:23 +0100 | |
commit | f101f0482bc32a27a823645c946a4a38a08b03bd (patch) | |
tree | b709b704d4ebfa4985f1ff7d0aa8139676a7cd1b /dev-qt/qdbus | |
parent | dev-qt/linguist-tools: stable 5.9.6 for ppc, bug #655664 (diff) | |
download | gentoo-f101f0482bc32a27a823645c946a4a38a08b03bd.tar.gz gentoo-f101f0482bc32a27a823645c946a4a38a08b03bd.tar.bz2 gentoo-f101f0482bc32a27a823645c946a4a38a08b03bd.zip |
dev-qt/qdbus: stable 5.9.6 for ppc, bug #655664
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-qt/qdbus')
-rw-r--r-- | dev-qt/qdbus/qdbus-5.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qdbus/qdbus-5.9.6.ebuild b/dev-qt/qdbus/qdbus-5.9.6.ebuild index ad7898f20f85..8655c74acdff 100644 --- a/dev-qt/qdbus/qdbus-5.9.6.ebuild +++ b/dev-qt/qdbus/qdbus-5.9.6.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Interface to Qt applications communicating over D-Bus" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86" fi IUSE="" |