commit: dc9e844b9ae10e88a2cbc24e3feadb779b0bd904 Author: Egor Martynov <martynovegorOF <AT> yandex <DOT> ru> AuthorDate: Fri Jul 14 13:48:31 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 15 06:02:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9e844b
dev-python/pywlroots: depend on xwayland See https://github.com/gentoo/gentoo/pull/30880#issuecomment-1601992347 Closes: https://bugs.gentoo.org/905743 Signed-off-by: Egor Martynov <martynovegorOF <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/31879 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{pywlroots-0.15.24-r1.ebuild => pywlroots-0.15.24-r2.ebuild} | 1 + .../pywlroots/{pywlroots-0.16.4.ebuild => pywlroots-0.16.4-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/pywlroots/pywlroots-0.15.24-r1.ebuild b/dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild similarity index 98% rename from dev-python/pywlroots/pywlroots-0.15.24-r1.ebuild rename to dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild index dc67164d0571..6c3c93aba474 100644 --- a/dev-python/pywlroots/pywlroots-0.15.24-r1.ebuild +++ b/dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild @@ -30,6 +30,7 @@ RDEPEND=" >=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}] >=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}] =gui-libs/wlroots-$(ver_cut 1-2)*:= + x11-base/xwayland " DEPEND="${RDEPEND}" diff --git a/dev-python/pywlroots/pywlroots-0.16.4.ebuild b/dev-python/pywlroots/pywlroots-0.16.4-r1.ebuild similarity index 97% rename from dev-python/pywlroots/pywlroots-0.16.4.ebuild rename to dev-python/pywlroots/pywlroots-0.16.4-r1.ebuild index 59ccc3eae06e..2383e3084456 100644 --- a/dev-python/pywlroots/pywlroots-0.16.4.ebuild +++ b/dev-python/pywlroots/pywlroots-0.16.4-r1.ebuild @@ -27,6 +27,7 @@ DEPEND=" >=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}] >=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}] =gui-libs/wlroots-$(ver_cut 1-2)*:= + x11-base/xwayland " RDEPEND=" ${DEPEND}
