commit:     ca959c01707ccd90f0500fbc09ddb9a57b068161
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Jun 21 14:57:46 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <gentoo <AT> aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 )

Reply via email to