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 D7D9F158083 for ; Thu, 19 Sep 2024 18:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C829E29A5; Thu, 19 Sep 2024 18:14:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 713B4E29A3 for ; Thu, 19 Sep 2024 18:14:44 +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 8123A343144 for ; Thu, 19 Sep 2024 18:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B591E27F2 for ; Thu, 19 Sep 2024 18:14:41 +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: <1726769513.544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/ppp/ppp-2.5.1.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d X-VCS-Branch: master Date: Thu, 19 Sep 2024 18:14:41 +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: cae0e4e0-86fd-40e1-90df-7e6845380392 X-Archives-Hash: fa8e13e546b88a6793d387084b376b73 commit: 544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d Author: Mike Gilbert gentoo org> AuthorDate: Thu Sep 19 18:11:53 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Sep 19 18:11:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544b18e9 net-dialup/ppp: drop eautoreconf Signed-off-by: Mike Gilbert gentoo.org> net-dialup/ppp/ppp-2.5.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-dialup/ppp/ppp-2.5.1.ebuild b/net-dialup/ppp/ppp-2.5.1.ebuild index a09b7f10794b..8838554026f7 100644 --- a/net-dialup/ppp/ppp-2.5.1.ebuild +++ b/net-dialup/ppp/ppp-2.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools linux-info pam tmpfiles +inherit linux-info pam tmpfiles DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="https://ppp.samba.org/" @@ -58,7 +58,6 @@ pkg_setup() { src_prepare() { default - eautoreconf # Set the right paths in radiusclient.conf sed -e "s:/usr/local/etc:/etc:" \