summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-09-19 14:11:53 -0400
committerMike Gilbert <floppym@gentoo.org>2024-09-19 14:11:53 -0400
commit544b18e9bdbeae9279d4b4fccc171acf0ffcbc8d (patch)
tree1af715e3e3ccc664353bbe0dcffa7baca618a6d8 /net-dialup
parentnet-dialup/ppp: remove workaround for pppgetpass.8 (diff)
downloadgentoo-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.ebuild3
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:" \