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 5427B138350 for ; Tue, 21 Apr 2020 11:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E0CEE093D; Tue, 21 Apr 2020 11:26:20 +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 85D69E093D for ; Tue, 21 Apr 2020 11:26:20 +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 A0CAB34EF56 for ; Tue, 21 Apr 2020 11:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F92A1E2 for ; Tue, 21 Apr 2020 11:26:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1587468369.7bb2b0e5c7e131e99941defef188dad69170a107.asturm@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.14.1-r4.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7bb2b0e5c7e131e99941defef188dad69170a107 X-VCS-Branch: master Date: Tue, 21 Apr 2020 11:26:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74af13b6-7ca5-4806-953f-a8f44d3d332d X-Archives-Hash: 806dbcf36abfcf78e6a3df04b6f3ebf2 commit: 7bb2b0e5c7e131e99941defef188dad69170a107 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 21 11:25:56 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 21 11:26:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb2b0e5 dev-qt/qtgui: Drop obsolete blockers In the hope it gets Portage over the depgraph a little better. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/qtgui-5.14.1-r4.ebuild | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.14.1-r4.ebuild b/dev-qt/qtgui/qtgui-5.14.1-r4.ebuild index 59370d3b571..34de9be6642 100644 --- a/dev-qt/qtgui/qtgui-5.14.1-r4.ebuild +++ b/dev-qt/qtgui/qtgui-5.14.1-r4.ebuild @@ -7,7 +7,7 @@ QT5_MODULE="qtbase" inherit qt5-build DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" -SLOT=5/${PV} # bug 707658 +SLOT=5/$(ver_cut 1-3) # bug 707658 if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86" @@ -26,7 +26,7 @@ REQUIRED_USE=" X? ( gles2-only? ( egl ) ) " -COMMON_DEPEND=" +RDEPEND=" dev-libs/glib:2 ~dev-qt/qtcore-${PV} dev-util/gtk-update-icon-cache @@ -66,17 +66,10 @@ COMMON_DEPEND=" x11-libs/xcb-util-wm ) " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} evdev? ( sys-kernel/linux-headers ) udev? ( sys-kernel/linux-headers ) " -# bug 703306, _populate_Gui_plugin_properties breaks installed cmake modules -RDEPEND="${COMMON_DEPEND} - !