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 0F228139694 for ; Sun, 23 Jul 2017 06:55:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 502B2E0D49; Sun, 23 Jul 2017 06:55:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2C33FE0D49 for ; Sun, 23 Jul 2017 06:55:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1430F3417C1 for ; Sun, 23 Jul 2017 06:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8730374AB for ; Sun, 23 Jul 2017 06:55:03 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1500792894.465542cd55d1b1e8abeae081aab71a70e86a79c1.kensington@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.9.1.ebuild dev-qt/qtwayland/qtwayland-5.9.9999.ebuild dev-qt/qtwayland/qtwayland-5.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 465542cd55d1b1e8abeae081aab71a70e86a79c1 X-VCS-Branch: master Date: Sun, 23 Jul 2017 06:55:03 +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-Archives-Salt: e55d6832-7374-4bcf-a62f-464cee854039 X-Archives-Hash: 77fb08857c42a17b03ccfbf26da53fbd commit: 465542cd55d1b1e8abeae081aab71a70e86a79c1 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jul 23 06:50:09 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jul 23 06:54:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=465542cd dev-qt/qtwayland: fix xcomposite USE flag for 5.9 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-qt/qtwayland/qtwayland-5.9.1.ebuild | 8 ++------ dev-qt/qtwayland/qtwayland-5.9.9999.ebuild | 8 ++------ dev-qt/qtwayland/qtwayland-5.9999.ebuild | 8 ++------ 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/dev-qt/qtwayland/qtwayland-5.9.1.ebuild b/dev-qt/qtwayland/qtwayland-5.9.1.ebuild index ff3ca8ba..9455cb3b 100644 --- a/dev-qt/qtwayland/qtwayland-5.9.1.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.9.1.ebuild @@ -33,11 +33,7 @@ src_prepare() { src/plugins/shellintegration/ivi-shell/ivi-shell.pro \ tests/auto/compositor/compositor/compositor.pro - qt5-build_src_prepare -} + use xcomposite || rm -r config.tests/xcomposite || die -src_configure() { - qt_use_compile_test xcomposite - - qt5-build_src_configure + qt5-build_src_prepare } diff --git a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild index ff3ca8ba..9455cb3b 100644 --- a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild @@ -33,11 +33,7 @@ src_prepare() { src/plugins/shellintegration/ivi-shell/ivi-shell.pro \ tests/auto/compositor/compositor/compositor.pro - qt5-build_src_prepare -} + use xcomposite || rm -r config.tests/xcomposite || die -src_configure() { - qt_use_compile_test xcomposite - - qt5-build_src_configure + qt5-build_src_prepare } diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild index ff3ca8ba..9455cb3b 100644 --- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild @@ -33,11 +33,7 @@ src_prepare() { src/plugins/shellintegration/ivi-shell/ivi-shell.pro \ tests/auto/compositor/compositor/compositor.pro - qt5-build_src_prepare -} + use xcomposite || rm -r config.tests/xcomposite || die -src_configure() { - qt_use_compile_test xcomposite - - qt5-build_src_configure + qt5-build_src_prepare }