commit: 3b974dbd918a500debc65d7f8f5979dc3b912f69 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Mar 15 16:15:46 2017 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sat Apr 15 04:41:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3b974dbd
dev-qt/qtwidgets: Stop passing -xrender to configure on {5,5.8}.9999 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-qt/qtwidgets/qtwidgets-5.8.9999.ebuild | 4 ++-- dev-qt/qtwidgets/qtwidgets-5.9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtwidgets/qtwidgets-5.8.9999.ebuild b/dev-qt/qtwidgets/qtwidgets-5.8.9999.ebuild index d17ef19c..ed7f16fb 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.8.9999.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-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 @@ -43,7 +43,7 @@ src_configure() { $(qt_use png libpng system) $(qt_use xcb xcb system) $(qt_use xcb xkbcommon system) - $(usex xcb '-xcb-xlib -xinput2 -xkb -xrender' '') + $(usex xcb '-xcb-xlib -xinput2 -xkb' '') ) qt5-build_src_configure } diff --git a/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild b/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild index d17ef19c..ed7f16fb 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-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 @@ -43,7 +43,7 @@ src_configure() { $(qt_use png libpng system) $(qt_use xcb xcb system) $(qt_use xcb xkbcommon system) - $(usex xcb '-xcb-xlib -xinput2 -xkb -xrender' '') + $(usex xcb '-xcb-xlib -xinput2 -xkb' '') ) qt5-build_src_configure }