diff options
author | 2023-07-14 20:48:31 +0700 | |
---|---|---|
committer | 2023-07-15 07:02:59 +0100 | |
commit | dc9e844b9ae10e88a2cbc24e3feadb779b0bd904 (patch) | |
tree | 350cd85aecc052b44fbf28fc679514594782f3e1 /dev-python/pywlroots | |
parent | dev-libs/spdlog: add 1.12.0 (diff) | |
download | gentoo-dc9e844b9ae10e88a2cbc24e3feadb779b0bd904.tar.gz gentoo-dc9e844b9ae10e88a2cbc24e3feadb779b0bd904.tar.bz2 gentoo-dc9e844b9ae10e88a2cbc24e3feadb779b0bd904.zip |
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@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/31879
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pywlroots')
-rw-r--r-- | dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild (renamed from dev-python/pywlroots/pywlroots-0.15.24-r1.ebuild) | 1 | ||||
-rw-r--r-- | dev-python/pywlroots/pywlroots-0.16.4-r1.ebuild (renamed from dev-python/pywlroots/pywlroots-0.16.4.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pywlroots/pywlroots-0.15.24-r1.ebuild b/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 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} |