diff options
author | 2017-05-21 18:04:28 +0200 | |
---|---|---|
committer | 2017-05-21 18:40:58 +0200 | |
commit | 5bbc5962e231e56a1ed6d2552a3f2754c45b9d51 (patch) | |
tree | 572f12ef2578fec175cec198f9666bf91dad205e /dev-qt/qtwebkit | |
parent | dev-qt/qttranslations: ppc64 stable (bug 552396) (diff) | |
download | gentoo-5bbc5962e231e56a1ed6d2552a3f2754c45b9d51.tar.gz gentoo-5bbc5962e231e56a1ed6d2552a3f2754c45b9d51.tar.bz2 gentoo-5bbc5962e231e56a1ed6d2552a3f2754c45b9d51.zip |
dev-qt/qtwebkit: ppc64 stable (bug 552396)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-qt/qtwebkit')
-rw-r--r-- | dev-qt/qtwebkit/qtwebkit-4.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebkit/qtwebkit-4.8.7.ebuild b/dev-qt/qtwebkit/qtwebkit-4.8.7.ebuild index 870ce3d3b9fc..63ec542af0e7 100644 --- a/dev-qt/qtwebkit/qtwebkit-4.8.7.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-4.8.7.ebuild @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="The WebKit module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" fi IUSE="+gstreamer icu +jit" |