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 0CCB71396D9 for ; Tue, 10 Oct 2017 11:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B392BC006; Tue, 10 Oct 2017 11:50:16 +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 481B42BC006 for ; Tue, 10 Oct 2017 11:50:16 +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 D5AF0340FBF for ; Tue, 10 Oct 2017 11:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 790E09092 for ; Tue, 10 Oct 2017 11:50:13 +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: <1507636202.eca9ca662532e6b7c0a7740d69058729d6715c8c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtgui/qtgui-5.9.2.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: eca9ca662532e6b7c0a7740d69058729d6715c8c X-VCS-Branch: master Date: Tue, 10 Oct 2017 11:50:13 +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: d7c63458-c29b-4f22-9fa2-90eaf26c6310 X-Archives-Hash: 597f8a2b327e23bc43de534793903184 commit: eca9ca662532e6b7c0a7740d69058729d6715c8c Author: Michael Palimaka gentoo org> AuthorDate: Tue Oct 10 11:46:43 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Oct 10 11:50:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca9ca66 dev-qt/qtgui: enable libinput USE flag by default dev-qt/qtwayland[libinput] is enabled by default and depends on dev-qt/qtgui[libinput], so let's avoid a USE conflict out of the box. Closes: https://bugs.gentoo.org/633884 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-qt/qtgui/qtgui-5.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtgui/qtgui-5.9.2.ebuild b/dev-qt/qtgui/qtgui-5.9.2.ebuild index 53aa133b33b..2a71b40d0e6 100644 --- a/dev-qt/qtgui/qtgui-5.9.2.ebuild +++ b/dev-qt/qtgui/qtgui-5.9.2.ebuild @@ -14,7 +14,7 @@ fi # TODO: linuxfb IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus - jpeg libinput +png tslib tuio +udev vnc +xcb" + jpeg +libinput +png tslib tuio +udev vnc +xcb" REQUIRED_USE=" || ( eglfs xcb ) accessibility? ( dbus xcb )