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 44150139694 for ; Sat, 15 Apr 2017 04:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EB27E0D82; Sat, 15 Apr 2017 04:46:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C778E0D6C for ; Sat, 15 Apr 2017 04:46:24 +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 3A6253412CB for ; Sat, 15 Apr 2017 04:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FB4373F3 for ; Sat, 15 Apr 2017 04:46:21 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1492231224.13bd21aa255a68991c0dca5a2787e7973682bca0.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.8.9999.ebuild dev-qt/qtgui/qtgui-5.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 13bd21aa255a68991c0dca5a2787e7973682bca0 X-VCS-Branch: master Date: Sat, 15 Apr 2017 04:46:21 +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: eb4fab2e-78b1-47df-920c-ed3c6f712051 X-Archives-Hash: 1ecb9c48f7d35d6e0018be519d75cf88 commit: 13bd21aa255a68991c0dca5a2787e7973682bca0 Author: Jimi Huotari gentoo org> AuthorDate: Wed Mar 15 16:14:37 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Apr 15 04:40:24 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=13bd21aa dev-qt/qtgui: Stop passing -xrender to configure on {5,5.8}.9999 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-qt/qtgui/qtgui-5.8.9999.ebuild | 6 ++---- dev-qt/qtgui/qtgui-5.9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.8.9999.ebuild b/dev-qt/qtgui/qtgui-5.8.9999.ebuild index 93dcfd12..b328d687 100644 --- a/dev-qt/qtgui/qtgui-5.8.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.8.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -55,7 +55,6 @@ RDEPEND=" x11-libs/libSM x11-libs/libX11 >=x11-libs/libXi-1.7.4 - x11-libs/libXrender >=x11-libs/libxcb-1.10:=[xkb] >=x11-libs/libxkbcommon-0.4.1[X] x11-libs/xcb-util-image @@ -118,7 +117,6 @@ QT5_GENTOO_CONFIG=( xcb:xcb-xlib: xcb:xinput2: xcb::XKB - xcb:xrender ) src_prepare() { @@ -160,7 +158,7 @@ src_configure() { $(qt_use udev libudev) $(qt_use xcb xcb system) $(qt_use xcb xkbcommon-x11 system) - $(usex xcb '-xcb-xlib -xinput2 -xkb -xrender' '') + $(usex xcb '-xcb-xlib -xinput2 -xkb' '') ) qt5-build_src_configure } diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild index 93dcfd12..b328d687 100644 --- a/dev-qt/qtgui/qtgui-5.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -55,7 +55,6 @@ RDEPEND=" x11-libs/libSM x11-libs/libX11 >=x11-libs/libXi-1.7.4 - x11-libs/libXrender >=x11-libs/libxcb-1.10:=[xkb] >=x11-libs/libxkbcommon-0.4.1[X] x11-libs/xcb-util-image @@ -118,7 +117,6 @@ QT5_GENTOO_CONFIG=( xcb:xcb-xlib: xcb:xinput2: xcb::XKB - xcb:xrender ) src_prepare() { @@ -160,7 +158,7 @@ src_configure() { $(qt_use udev libudev) $(qt_use xcb xcb system) $(qt_use xcb xkbcommon-x11 system) - $(usex xcb '-xcb-xlib -xinput2 -xkb -xrender' '') + $(usex xcb '-xcb-xlib -xinput2 -xkb' '') ) qt5-build_src_configure }