From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5666C15803E for ; Fri, 5 Jan 2024 06:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 844242BC0B4; Fri, 5 Jan 2024 06:42:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68FD72BC0B4 for ; Fri, 5 Jan 2024 06:42:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73B583430C3 for ; Fri, 5 Jan 2024 06:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63A0F14B5 for ; Fri, 5 Jan 2024 06:42:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704436896.106b87fb06e821743267964c8d36be01d4c44739.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xwayland/xwayland-9999.ebuild X-VCS-Directories: x11-base/xwayland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 106b87fb06e821743267964c8d36be01d4c44739 X-VCS-Branch: master Date: Fri, 5 Jan 2024 06:42:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2721e806-685a-4237-a968-fa1db540f031 X-Archives-Hash: 2d5655f744cc95a1ff3426a63578c907 commit: 106b87fb06e821743267964c8d36be01d4c44739 Author: Sam James gentoo org> AuthorDate: Fri Jan 5 06:41:13 2024 +0000 Commit: Sam James gentoo 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 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)