diff options
Diffstat (limited to 'dev-qt/qtwayland/qtwayland-5.4.1.ebuild')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.4.1.ebuild b/dev-qt/qtwayland/qtwayland-5.4.1.ebuild index 7232df2c2eff..88b47a281275 100644 --- a/dev-qt/qtwayland/qtwayland-5.4.1.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.1.ebuild,v 1.2 2015/03/08 14:03:38 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.1.ebuild,v 1.3 2015/05/16 10:57:55 jer Exp $ EAPI=5 @@ -9,9 +9,9 @@ inherit qt5-build DESCRIPTION="Wayland platform plugin for Qt" if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" + KEYWORDS="~ppc64" else - KEYWORDS="~amd64 ~arm ~hppa ~x86" + KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" fi IUSE="egl qml wayland-compositor xcomposite" |