Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/
Date: Tue, 27 Jun 2017 17:05:32
Message-Id: 1498583085.0e533d3180037ee52e6ccd01da2e6aacf3efbeac.aballier@gentoo
1 commit: 0e533d3180037ee52e6ccd01da2e6aacf3efbeac
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 17:03:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 17:04:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e533d31
7
8 dev-qt/qtwayland: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-qt/qtwayland/qtwayland-5.7.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-qt/qtwayland/qtwayland-5.7.1.ebuild b/dev-qt/qtwayland/qtwayland-5.7.1.ebuild
16 index c58ec86d38e..728e34d7703 100644
17 --- a/dev-qt/qtwayland/qtwayland-5.7.1.ebuild
18 +++ b/dev-qt/qtwayland/qtwayland-5.7.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -7,7 +7,7 @@ inherit qt5-build
26 DESCRIPTION="Wayland platform plugin for Qt"
27
28 if [[ ${QT5_BUILD_TYPE} == release ]]; then
29 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
30 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
31 fi
32
33 IUSE="egl xcomposite"