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 8FA14139694 for ; Sat, 27 May 2017 13:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2756621C012; Sat, 27 May 2017 13:14:26 +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 0395321C012 for ; Sat, 27 May 2017 13:14:25 +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 DFADB341693 for ; Sat, 27 May 2017 13:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51343745F for ; Sat, 27 May 2017 13:14:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1495890802.80b658c304d3db9f1d0aa7ae12390049f0058da0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/qt5ct/qt5ct-0.32.ebuild X-VCS-Directories: x11-misc/qt5ct/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 80b658c304d3db9f1d0aa7ae12390049f0058da0 X-VCS-Branch: master Date: Sat, 27 May 2017 13:14:23 +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: 690a58a4-3cc5-49ca-8c7a-e2ac0de99300 X-Archives-Hash: 130fa7a136e49a51bfb970c90cda209b commit: 80b658c304d3db9f1d0aa7ae12390049f0058da0 Author: Ilya Tumaykin gmail com> AuthorDate: Wed May 24 09:13:00 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 27 13:13:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b658c3 x11-misc/qt5ct: require >=qtgui-5.7 for dbus support wrt bug 619496 Closes: https://github.com/gentoo/gentoo/pull/4742 Bug: https://bugs.gentoo.org/619496 Package-Manager: Portage-2.3.6, Repoman-2.3.2 x11-misc/qt5ct/qt5ct-0.32.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/qt5ct/qt5ct-0.32.ebuild b/x11-misc/qt5ct/qt5ct-0.32.ebuild index 947237d1e28..6fc2aca5493 100644 --- a/x11-misc/qt5ct/qt5ct-0.32.ebuild +++ b/x11-misc/qt5ct/qt5ct-0.32.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-qt/qtwidgets:5 dbus? ( dev-qt/qtdbus:5 - dev-qt/qtgui:5[dbus] + >=dev-qt/qtgui-5.7:5[dbus] ) " DEPEND="${RDEPEND}