Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/
Date: Tue, 23 Aug 2016 19:45:14
Message-Id: 1471981490.1b6f45c23a19761d9130694a3415ee5c5577ec2b.maekke@gentoo
1 commit: 1b6f45c23a19761d9130694a3415ee5c5577ec2b
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 19:44:50 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 19:44:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6f45c2
7
8 dev-qt/qtwayland: arm stable, bug #586180
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="arm"
12
13 dev-qt/qtwayland/qtwayland-5.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtwayland/qtwayland-5.6.1.ebuild b/dev-qt/qtwayland/qtwayland-5.6.1.ebuild
17 index 42cce97..33507fc 100644
18 --- a/dev-qt/qtwayland/qtwayland-5.6.1.ebuild
19 +++ b/dev-qt/qtwayland/qtwayland-5.6.1.ebuild
20 @@ -8,7 +8,7 @@ inherit qt5-build
21 DESCRIPTION="Wayland platform plugin for Qt"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86"
25 + KEYWORDS="amd64 arm hppa ~ppc ppc64 x86"
26 fi
27
28 IUSE="egl qml wayland-compositor xcomposite"