diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-09-19 14:11:53 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-09-19 14:11:53 -0400 |
commit | 544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d (patch) | |
tree | 1af715e3e3ccc664353bbe0dcffa7baca618a6d8 /net-dialup | |
parent | net-dialup/ppp: remove workaround for pppgetpass.8 (diff) | |
download | gentoo-544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d.tar.gz gentoo-544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d.tar.bz2 gentoo-544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d.zip |
net-dialup/ppp: drop eautoreconf
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ppp-2.5.1.ebuild | 3 |
1 files changed, 1 insertions, 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:" \ |