diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-02 22:40:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-03 01:20:50 +0200 |
commit | 19b37b6badeb077997c31aec1702c54e8d4be828 (patch) | |
tree | 131921d7eb7b87e9684d5fece3793baf98251713 /dev-python | |
parent | dev-qt/qtwebsockets: Add ~ppc, bug #655620 (diff) | |
download | gentoo-19b37b6badeb077997c31aec1702c54e8d4be828.tar.gz gentoo-19b37b6badeb077997c31aec1702c54e8d4be828.tar.bz2 gentoo-19b37b6badeb077997c31aec1702c54e8d4be828.zip |
dev-python/PyQt5: Add ~ppc, bug #655620
Tested-by: ernsteiswuerfel
Closes: https://bugs.gentoo.org/655620
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.10.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.9.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.10.1.ebuild b/dev-python/PyQt5/PyQt5-5.10.1.ebuild index 5312e89d1ca0..c1ab53f42bf1 100644 --- a/dev-python/PyQt5/PyQt5-5.10.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.10.1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" # TODO: QtNetworkAuth, QtNfc IUSE="bluetooth dbus debug declarative designer examples gles2 gui help location diff --git a/dev-python/PyQt5/PyQt5-5.9.2.ebuild b/dev-python/PyQt5/PyQt5-5.9.2.ebuild index 881db94f185d..1b83fe1a7cd3 100644 --- a/dev-python/PyQt5/PyQt5-5.9.2.ebuild +++ b/dev-python/PyQt5/PyQt5-5.9.2.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" # TODO: QtNfc IUSE="bluetooth dbus debug declarative designer examples gles2 gui help location |