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 0A5991382C5 for ; Sun, 21 Jun 2020 18:40:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26BF8E08C3; Sun, 21 Jun 2020 18:40:34 +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 07AC6E08C3 for ; Sun, 21 Jun 2020 18:40:33 +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 5C83734F171 for ; Sun, 21 Jun 2020 18:40:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0EAA2A1 for ; Sun, 21 Jun 2020 18:40:01 +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: <1592764790.ca959c01707ccd90f0500fbc09ddb9a57b068161.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/wayfire/wayfire-0.4.0-r1.ebuild gui-wm/wayfire/wayfire-0.4.0-r2.ebuild X-VCS-Directories: gui-wm/wayfire/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ca959c01707ccd90f0500fbc09ddb9a57b068161 X-VCS-Branch: master Date: Sun, 21 Jun 2020 18:40:01 +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: 4d3cad34-bb48-4ef0-acc9-2cf0b5f6223b X-Archives-Hash: 05251363a1e6dc34bd0547d68b5f4ae5 commit: ca959c01707ccd90f0500fbc09ddb9a57b068161 Author: Aisha Tammy aisha cc> AuthorDate: Sun Jun 21 14:57:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 21 18:39:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca959c01 gui-wm/wayfire: fix version dependency on wf-config dependency has been unsrestricted as only one of the packages(wf-config) in the wayfire ecosystem has a new release to fix it with gcc-10. Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Andreas Sturmlechner gentoo.org> gui-wm/wayfire/{wayfire-0.4.0-r1.ebuild => wayfire-0.4.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/wayfire/wayfire-0.4.0-r1.ebuild b/gui-wm/wayfire/wayfire-0.4.0-r2.ebuild similarity index 97% rename from gui-wm/wayfire/wayfire-0.4.0-r1.ebuild rename to gui-wm/wayfire/wayfire-0.4.0-r2.ebuild index 9de00654b84..bf539ba4965 100644 --- a/gui-wm/wayfire/wayfire-0.4.0-r1.ebuild +++ b/gui-wm/wayfire/wayfire-0.4.0-r2.ebuild @@ -36,7 +36,7 @@ DEPEND=" x11-libs/libxkbcommon:=[X] x11-libs/pixman gles? ( media-libs/libglvnd[X] ) - system-wfconfig? ( ~gui-libs/wf-config-${PV} ) + system-wfconfig? ( >=gui-libs/wf-config-${PV} ) !system-wfconfig? ( !gui-libs/wf-config ) system-wlroots? ( ~gui-libs/wlroots-0.10.1[elogind=,systemd=,X] ) !system-wlroots? ( !gui-libs/wlroots )