diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-24 13:25:30 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-24 13:25:30 +0000 |
commit | 38226f044088af9be054e5186dc26c7cabffcd47 (patch) | |
tree | 383ad23ae1367fc22851df8ffc62a7dda20ccf41 /dev-qt/qtwayland | |
parent | dev-qt/qttranslations: stable 5.11.1 for ppc64, bug #664566 (diff) | |
download | gentoo-38226f044088af9be054e5186dc26c7cabffcd47.tar.gz gentoo-38226f044088af9be054e5186dc26c7cabffcd47.tar.bz2 gentoo-38226f044088af9be054e5186dc26c7cabffcd47.zip |
dev-qt/qtwayland: stable 5.11.1 for ppc64, bug #664566
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.11.1.ebuild b/dev-qt/qtwayland/qtwayland-5.11.1.ebuild index cfe96baabbd0..a1f1e6f3bda3 100644 --- a/dev-qt/qtwayland/qtwayland-5.11.1.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.11.1.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Wayland platform plugin for Qt" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="+libinput xcomposite" |