Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
Date: Wed, 22 Jan 2020 13:27:16
Message-Id: 1579695909.e96fea3eedeb3427a19b1a1f8e532db5bb7fe05f.chiitoo@gentoo
1 commit: e96fea3eedeb3427a19b1a1f8e532db5bb7fe05f
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 12:21:36 2020 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 12:25:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e96fea3e
7
8 dev-qt/qtwayland: remove 'xcomposite' tests related bits from 5.15
9
10 These have been dropped in upstream commit 9e875410 [1].
11
12 1. https://code.qt.io/cgit/qt/qtwayland.git/diff/?h=5.15&id=9e875410
13
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
16
17 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 4 +---
18 1 file changed, 1 insertion(+), 3 deletions(-)
19
20 diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
21 index ac4fdc11..30d80e6b 100644
22 --- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
23 +++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -37,7 +37,5 @@ src_prepare() {
31 src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
32 tests/auto/compositor/compositor/compositor.pro
33
34 - use xcomposite || rm -r config.tests/xcomposite || die
35 -
36 qt5-build_src_prepare
37 }