commit:     b6c59b220263639b482b28a12b02ba05496f11be
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 05:52:51 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 05:52:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c59b22

www-client/firefox: adapt to split tinywl

We split tinywl from wlroot, because soon wlroots will become
slotted. Since it's not in stable yet, enable to depend on one of
them, with priority for split tinywl. No revbump since this is just
BDEPEND.

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-client/firefox/firefox-115.11.0.ebuild | 5 ++++-
 www-client/firefox/firefox-126.0.1.ebuild  | 5 ++++-
 www-client/firefox/firefox-127.0.ebuild    | 5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/www-client/firefox/firefox-115.11.0.ebuild 
b/www-client/firefox/firefox-115.11.0.ebuild
index ceca36d6b063..9764cb0160da 100644
--- a/www-client/firefox/firefox-115.11.0.ebuild
+++ b/www-client/firefox/firefox-115.11.0.ebuild
@@ -133,7 +133,10 @@ BDEPEND="${PYTHON_DEPS}
                        x11-apps/xhost
                )
                !X? (
-                       >=gui-libs/wlroots-0.15.1-r1[tinywl]
+                       || (
+                               gui-wm/tinywl
+                               <gui-libs/wlroots-0.17.3[tinywl(-)]
+                       )
                        x11-misc/xkeyboard-config
                )
        )"

diff --git a/www-client/firefox/firefox-126.0.1.ebuild 
b/www-client/firefox/firefox-126.0.1.ebuild
index a34755a240ec..74c694ad0612 100644
--- a/www-client/firefox/firefox-126.0.1.ebuild
+++ b/www-client/firefox/firefox-126.0.1.ebuild
@@ -107,7 +107,10 @@ BDEPEND="${PYTHON_DEPS}
                        x11-apps/xhost
                )
                !X? (
-                       >=gui-libs/wlroots-0.15.1-r1[tinywl]
+                       || (
+                               gui-wm/tinywl
+                               <gui-libs/wlroots-0.17.3[tinywl(-)]
+                       )
                        x11-misc/xkeyboard-config
                )
        )"

diff --git a/www-client/firefox/firefox-127.0.ebuild 
b/www-client/firefox/firefox-127.0.ebuild
index 843ecc803106..72aa3df83042 100644
--- a/www-client/firefox/firefox-127.0.ebuild
+++ b/www-client/firefox/firefox-127.0.ebuild
@@ -104,7 +104,10 @@ BDEPEND="${PYTHON_DEPS}
                        x11-apps/xhost
                )
                !X? (
-                       >=gui-libs/wlroots-0.15.1-r1[tinywl]
+                       || (
+                               gui-wm/tinywl
+                               <gui-libs/wlroots-0.17.3[tinywl(-)]
+                       )
                        x11-misc/xkeyboard-config
                )
        )"

Reply via email to