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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C0DB1580B3 for ; Sat, 4 Sep 2021 14:19:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1116E0828; Sat, 4 Sep 2021 14:19:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7C0AE0828 for ; Sat, 4 Sep 2021 14:19:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8905F33D4A6 for ; Sat, 4 Sep 2021 14:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 010887E for ; Sat, 4 Sep 2021 14:19:20 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1630764685.4609a5793f56be2b6497d6613263f299efaf222f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-tmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild X-VCS-Directories: sys-apps/systemd-tmpfiles/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 4609a5793f56be2b6497d6613263f299efaf222f X-VCS-Branch: master Date: Sat, 4 Sep 2021 14:19:20 +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: 78b9bbea-f44d-47c1-a290-8034d59e8f16 X-Archives-Hash: 2d3a9500d182e3d8562034fc9c8202ec commit: 4609a5793f56be2b6497d6613263f299efaf222f Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 4 14:11:25 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 4 14:11:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4609a579 sys-apps/systemd-tmpfiles: include EPREFIX in rootprefix Bug: https://bugs.gentoo.org/806794 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild index ea4df955228..04bdfe57698 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild @@ -187,6 +187,7 @@ src_configure() { systemd_disable_options=( ${systemd_disable_options[@]/%/=false} ) local emesonargs=( + -Drootprefix="${EPREFIX:-/}" -Dacl=true -Dtmpfiles=true -Dstandalone-binaries=true # this and below option does the magic