commit: 106b87fb06e821743267964c8d36be01d4c44739 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 5 06:41:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 06:41:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106b87fb
x11-base/xwayland: drop systemd option from live again for now meh. Bug: https://bugs.gentoo.org/908254 Closes: https://bugs.gentoo.org/921357 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-base/xwayland/xwayland-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-base/xwayland/xwayland-9999.ebuild b/x11-base/xwayland/xwayland-9999.ebuild index 6d2b4301bc42..7a12b501d04b 100644 --- a/x11-base/xwayland/xwayland-9999.ebuild +++ b/x11-base/xwayland/xwayland-9999.ebuild @@ -16,7 +16,7 @@ fi DESCRIPTION="Standalone X server running under Wayland" HOMEPAGE="https://wayland.freedesktop.org/xserver.html" -IUSE="libei selinux systemd video_cards_nvidia unwind xcsecurity" +IUSE="libei selinux video_cards_nvidia unwind xcsecurity" LICENSE="MIT" SLOT="0" @@ -41,7 +41,6 @@ COMMON_DEPEND=" >=x11-misc/xkeyboard-config-2.4.1-r3 libei? ( dev-libs/libei ) - systemd? ( sys-apps/systemd ) unwind? ( sys-libs/libunwind ) video_cards_nvidia? ( gui-libs/egl-wayland ) " @@ -69,7 +68,6 @@ PATCHES=( src_configure() { local emesonargs=( $(meson_use selinux xselinux) - $(meson_use systemd) $(meson_use unwind libunwind) $(meson_use xcsecurity) $(meson_use video_cards_nvidia xwayland_eglstream)
