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 53010158083 for ; Tue, 17 Sep 2024 01:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56403E29AB; Tue, 17 Sep 2024 01:49:35 +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 37DBEE29AB for ; Tue, 17 Sep 2024 01:49:35 +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 35CBB343010 for ; Tue, 17 Sep 2024 01:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CDF6B6B for ; Tue, 17 Sep 2024 01:49:32 +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: <1726537746.bc1a3c649de07fd5aa4959a7c5b5b5f7d80b9d77.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/inetutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/inetutils/inetutils-2.5-r2.ebuild net-misc/inetutils/inetutils-2.5-r3.ebuild X-VCS-Directories: net-misc/inetutils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: bc1a3c649de07fd5aa4959a7c5b5b5f7d80b9d77 X-VCS-Branch: master Date: Tue, 17 Sep 2024 01:49:32 +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: 0379d5eb-9856-4839-8533-482d9460207a X-Archives-Hash: ab87abbcce583a6d0621a54aeae29f8c commit: bc1a3c649de07fd5aa4959a7c5b5b5f7d80b9d77 Author: Mike Gilbert gentoo org> AuthorDate: Tue Sep 17 01:49:06 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 17 01:49:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1a3c64 net-misc/inetutils: override localstatedir Signed-off-by: Mike Gilbert gentoo.org> net-misc/inetutils/{inetutils-2.5-r2.ebuild => inetutils-2.5-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/inetutils/inetutils-2.5-r2.ebuild b/net-misc/inetutils/inetutils-2.5-r3.ebuild similarity index 98% rename from net-misc/inetutils/inetutils-2.5-r2.ebuild rename to net-misc/inetutils/inetutils-2.5-r3.ebuild index e0d06b2f2d8e..82f4a8ee053b 100644 --- a/net-misc/inetutils/inetutils-2.5-r2.ebuild +++ b/net-misc/inetutils/inetutils-2.5-r3.ebuild @@ -52,6 +52,7 @@ QA_CONFIG_IMPL_DECL_SKIP=( MIN static_assert alignof unreachable ) src_configure() { local myconf=( + --localstatedir="${EPREFIX}/var" --disable-clients --disable-servers $(use_with idn)