commit:     095e55d5d14b47fc2765f928c16cf868acd9f6f8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 22:44:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
        )
 

Reply via email to