commit: e96fea3eedeb3427a19b1a1f8e532db5bb7fe05f Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Jan 22 12:21:36 2020 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed Jan 22 12:25:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e96fea3e
dev-qt/qtwayland: remove 'xcomposite' tests related bits from 5.15 These have been dropped in upstream commit 9e875410 [1]. 1. https://code.qt.io/cgit/qt/qtwayland.git/diff/?h=5.15&id=9e875410 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild index ac4fdc11..30d80e6b 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,5 @@ src_prepare() { src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \ tests/auto/compositor/compositor/compositor.pro - use xcomposite || rm -r config.tests/xcomposite || die - qt5-build_src_prepare }
