Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/
Date: Sun, 18 Oct 2020 14:45:33
Message-Id: 1603032313.544b8eefebc622b174365a491e726c768046b20f.whissi@gentoo
1 commit: 544b8eefebc622b174365a491e726c768046b20f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 18 14:40:50 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 18 14:45:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544b8eef
7
8 dev-qt/qtwayland: x86 stable (bug #734600)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-qt/qtwayland/qtwayland-5.15.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtwayland/qtwayland-5.15.1.ebuild b/dev-qt/qtwayland/qtwayland-5.15.1.ebuild
17 index 03543b699d4..dcf9a905144 100644
18 --- a/dev-qt/qtwayland/qtwayland-5.15.1.ebuild
19 +++ b/dev-qt/qtwayland/qtwayland-5.15.1.ebuild
20 @@ -7,7 +7,7 @@ inherit qt5-build
21 DESCRIPTION="Wayland platform plugin for Qt"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
25 + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
26 fi
27
28 IUSE="vulkan X"