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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEB7A158042 for ; Wed, 30 Oct 2024 22:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16DC8E07C9; Wed, 30 Oct 2024 22:50:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 01CF8E07C9 for ; Wed, 30 Oct 2024 22:50:27 +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 37F80342FB1 for ; Wed, 30 Oct 2024 22:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F19F11DF for ; Wed, 30 Oct 2024 22:50:25 +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: <1730328602.095e55d5d14b47fc2765f928c16cf868acd9f6f8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/dtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/dtrace/dtrace-9999.ebuild X-VCS-Directories: dev-debug/dtrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 095e55d5d14b47fc2765f928c16cf868acd9f6f8 X-VCS-Branch: master Date: Wed, 30 Oct 2024 22:50:25 +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: a90b27f9-a55a-452b-87ec-d623a1ca00e4 X-Archives-Hash: 5d8cd8c4df75be6ea874f863a44303e5 commit: 095e55d5d14b47fc2765f928c16cf868acd9f6f8 Author: Sam James gentoo org> AuthorDate: Wed Oct 30 22:44:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 30 22:50:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095e55d5 dev-debug/dtrace: update live for libsystemd removal Always pass --with-systemd as it just controls installation of units. Bug: https://github.com/oracle/dtrace-utils/issues/92 Signed-off-by: Sam James gentoo.org> dev-debug/dtrace/dtrace-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index fabe953189d0..81df7df9c16d 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -21,7 +21,7 @@ fi LICENSE="UPL-1.0" SLOT="0" -IUSE="systemd test-install" +IUSE="test-install" # XXX: right now, we auto-adapt to whether multilibs are present: # should we force them to be? how? @@ -36,7 +36,6 @@ DEPEND=" >=sys-fs/fuse-3.2.0:3 >=sys-libs/binutils-libs-2.42:= sys-libs/zlib - systemd? ( sys-apps/systemd ) " RDEPEND=" ${DEPEND} @@ -142,8 +141,8 @@ src_configure() { # See https://github.com/oracle/dtrace-utils/issues/106 for man8 suffix --mandir="${EPREFIX}"/usr/share/man/man8 --docdir="${EPREFIX}"/usr/share/doc/${PF} + --with-systemd HAVE_LIBCTF=yes - HAVE_LIBSYSTEMD=$(usex systemd) HAVE_BPFV3=yes )