diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-02 22:38:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-03 01:20:49 +0200 |
commit | 0b6adc6fb2fd344e5868bf3a537e5630f40aa4d4 (patch) | |
tree | 4f49a2edec9712fc44c4fbbf91ee07b35e485f60 /dev-qt | |
parent | dev-qt/qtserialport: Add ~ppc, bug #655620 (diff) | |
download | gentoo-0b6adc6fb2fd344e5868bf3a537e5630f40aa4d4.tar.gz gentoo-0b6adc6fb2fd344e5868bf3a537e5630f40aa4d4.tar.bz2 gentoo-0b6adc6fb2fd344e5868bf3a537e5630f40aa4d4.zip |
dev-qt/qtwebchannel: Add ~ppc, bug #655620
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild | 2 | ||||
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild index 63c52e4c7747..7f4acf242e82 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.11.0_rc2.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi IUSE="qml" diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild index 63c52e4c7747..7f4acf242e82 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.9.5.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi IUSE="qml" |