From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9312C138350 for ; Wed, 22 Jan 2020 13:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB3EE08EB; Wed, 22 Jan 2020 13:27:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D195E08EB for ; Wed, 22 Jan 2020 13:27:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BC8A34E335 for ; Wed, 22 Jan 2020 13:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FE79E5 for ; Wed, 22 Jan 2020 13:27:12 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1579695909.e96fea3eedeb3427a19b1a1f8e532db5bb7fe05f.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwayland/qtwayland-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: e96fea3eedeb3427a19b1a1f8e532db5bb7fe05f X-VCS-Branch: master Date: Wed, 22 Jan 2020 13:27:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ef6436d-52d2-4bd2-b0d0-ca4c06e09e07 X-Archives-Hash: 721c5df9b36be3ec6501b9e2dfb38275 commit: e96fea3eedeb3427a19b1a1f8e532db5bb7fe05f Author: Jimi Huotari gentoo org> AuthorDate: Wed Jan 22 12:21:36 2020 +0000 Commit: Jimi Huotari gentoo 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 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 }