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 3C5FB1581D3 for ; Thu, 16 May 2024 14:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4882BE2A39; Thu, 16 May 2024 14:16:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C6DEE2A39 for ; Thu, 16 May 2024 14:16:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B6AD3408DD for ; Thu, 16 May 2024 14:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FD85132F for ; Thu, 16 May 2024 14:16:08 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1715868962.274f473ce079aef2a7c720e6d7be71c3bce6535b.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 274f473ce079aef2a7c720e6d7be71c3bce6535b X-VCS-Branch: master Date: Thu, 16 May 2024 14:16:08 +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: a78164c0-fce9-4a7f-a852-768f7db8ac36 X-Archives-Hash: f0e7d065d45ed31a25c3951122eef06f commit: 274f473ce079aef2a7c720e6d7be71c3bce6535b Author: Matt Turner gentoo org> AuthorDate: Thu May 16 12:43:29 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 16 14:16:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274f473c x11-base/xwayland: Readd IUSE=systemd This reverts commit 106b87fb06e821743267964c8d36be01d4c44739. Signed-off-by: Matt Turner gentoo.org> x11-base/xwayland/xwayland-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-base/xwayland/xwayland-9999.ebuild b/x11-base/xwayland/xwayland-9999.ebuild index 4c325088c840..1c977e003b8d 100644 --- a/x11-base/xwayland/xwayland-9999.ebuild +++ b/x11-base/xwayland/xwayland-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://wayland.freedesktop.org/xserver.html" LICENSE="MIT" SLOT="0" -IUSE="libei selinux unwind xcsecurity" +IUSE="libei selinux systemd unwind xcsecurity" COMMON_DEPEND=" dev-libs/libbsd @@ -41,6 +41,7 @@ COMMON_DEPEND=" >=x11-misc/xkeyboard-config-2.4.1-r3 libei? ( dev-libs/libei ) + systemd? ( sys-apps/systemd ) unwind? ( sys-libs/libunwind ) " DEPEND=" @@ -67,6 +68,7 @@ PATCHES=( src_configure() { local emesonargs=( $(meson_use selinux xselinux) + $(meson_use systemd systemd_notify) $(meson_use unwind libunwind) $(meson_use xcsecurity) -Ddpms=true