diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-26 08:02:37 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-26 08:02:37 +0100 |
commit | 976d8925d0a42cd9ad0f6ad2530317fc9b0b338d (patch) | |
tree | 34bfd8719fb3e2089630c53dc4fd4a86cb1403b4 /dev-qt/qtdbus | |
parent | dev-qt/qtcore: stable 5.9.4-r2 for ppc64, bug #642822 (diff) | |
download | gentoo-976d8925d0a42cd9ad0f6ad2530317fc9b0b338d.tar.gz gentoo-976d8925d0a42cd9ad0f6ad2530317fc9b0b338d.tar.bz2 gentoo-976d8925d0a42cd9ad0f6ad2530317fc9b0b338d.zip |
dev-qt/qtdbus: stable 5.9.4 for ppc64, bug #642822
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-qt/qtdbus')
-rw-r--r-- | dev-qt/qtdbus/qtdbus-5.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdbus/qtdbus-5.9.4.ebuild b/dev-qt/qtdbus/qtdbus-5.9.4.ebuild index cc9b3d5b6cee..961e906e5c81 100644 --- a/dev-qt/qtdbus/qtdbus-5.9.4.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.9.4.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 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd" fi IUSE="" |