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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D8C3159C96 for ; Tue, 23 Jul 2024 16:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 650A5E29A6; Tue, 23 Jul 2024 16:09:27 +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 444CBE29A6 for ; Tue, 23 Jul 2024 16:09: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44E4333C1C1 for ; Tue, 23 Jul 2024 16:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4C8A1E4D for ; Tue, 23 Jul 2024 16:09:24 +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: <1721750899.6338a5570e393dd912cd207035b4704868f68821.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/audit/audit-4.0.1-r1.ebuild sys-process/audit/audit-4.0.1.ebuild X-VCS-Directories: sys-process/audit/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6338a5570e393dd912cd207035b4704868f68821 X-VCS-Branch: master Date: Tue, 23 Jul 2024 16:09:24 +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: bf042aeb-d2f1-4bb1-914e-fa80f955b443 X-Archives-Hash: ee0afa56fe1c098e9e6bd412577ae91c commit: 6338a5570e393dd912cd207035b4704868f68821 Author: Mike Gilbert gentoo org> AuthorDate: Tue Jul 23 16:08:19 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jul 23 16:08:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6338a557 sys-process/audit: set localstatedir=/var and runstatedir=/run Closes: https://bugs.gentoo.org/936542 Signed-off-by: Mike Gilbert gentoo.org> sys-process/audit/{audit-4.0.1.ebuild => audit-4.0.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-process/audit/audit-4.0.1.ebuild b/sys-process/audit/audit-4.0.1-r1.ebuild similarity index 98% rename from sys-process/audit/audit-4.0.1.ebuild rename to sys-process/audit/audit-4.0.1-r1.ebuild index fead7ccba13f..0757b5e9644a 100644 --- a/sys-process/audit/audit-4.0.1.ebuild +++ b/sys-process/audit/audit-4.0.1-r1.ebuild @@ -72,6 +72,8 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( --sbindir="${EPREFIX}"/sbin + --localstatedir="${EPREFIX}"/var + --runstatedir="${EPREFIX}"/run $(use_enable gssapi gssapi-krb5) $(use_enable ldap zos-remote) $(use_enable static-libs static)