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 5A203158090 for ; Tue, 3 May 2022 22:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8086FE070D; Tue, 3 May 2022 22:50:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60879E070D for ; Tue, 3 May 2022 22:50:30 +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 5BF30341262 for ; Tue, 3 May 2022 22:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87267287 for ; Tue, 3 May 2022 22:50:27 +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: <1651618216.fe6a8a1eaaf829a5246c3e101a5f47a9e2a1e96b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/open-iscsi/open-iscsi-2.1.6-r1.ebuild X-VCS-Directories: sys-block/open-iscsi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe6a8a1eaaf829a5246c3e101a5f47a9e2a1e96b X-VCS-Branch: master Date: Tue, 3 May 2022 22:50:27 +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: 2945b40b-a2d2-4a14-a435-949a36dad1d1 X-Archives-Hash: 0ac6b59840bb1033040b09be75a24007 commit: fe6a8a1eaaf829a5246c3e101a5f47a9e2a1e96b Author: Sam James gentoo org> AuthorDate: Tue May 3 22:49:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 3 22:50:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6a8a1e sys-block/open-iscsi: use systemd_get_utildir Bug: https://bugs.gentoo.org/842498 Signed-off-by: Sam James gentoo.org> sys-block/open-iscsi/open-iscsi-2.1.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/open-iscsi/open-iscsi-2.1.6-r1.ebuild b/sys-block/open-iscsi/open-iscsi-2.1.6-r1.ebuild index 1c8341739a41..576fdc85f330 100644 --- a/sys-block/open-iscsi/open-iscsi-2.1.6-r1.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.1.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools linux-info flag-o-matic toolchain-funcs +inherit autotools linux-info flag-o-matic toolchain-funcs systemd DESCRIPTION="A performant, transport independent, multi-platform implementation of RFC3720" HOMEPAGE="https://www.open-iscsi.com/" @@ -98,7 +98,7 @@ src_install() { DESTDIR="${ED}" \ sbindir="/usr/sbin" \ SED="${EPREFIX}/bin/sed" \ - systemddir="${EPREFIX}/lib/systemd" \ + systemddir="$(systemd_get_utildir)" \ install install_systemd # Upstream make is not deterministic, per bug #601514