diff options
author | Sam James <sam@gentoo.org> | 2024-01-05 06:41:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-05 06:41:36 +0000 |
commit | 106b87fb06e821743267964c8d36be01d4c44739 (patch) | |
tree | f7157770c02d87aee1001b67746acfdced6c2a06 | |
parent | net-misc/curl: drop old patches from live (diff) | |
download | gentoo-106b87fb06e821743267964c8d36be01d4c44739.tar.gz gentoo-106b87fb06e821743267964c8d36be01d4c44739.tar.bz2 gentoo-106b87fb06e821743267964c8d36be01d4c44739.zip |
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@gentoo.org>
-rw-r--r-- | x11-base/xwayland/xwayland-9999.ebuild | 4 |
1 files changed, 1 insertions, 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) |