commit: 544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Sep 19 18:11:53 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> 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 <floppym <AT> 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:" \
