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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A15981382C5 for ; Thu, 13 May 2021 13:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3874E085B; Thu, 13 May 2021 13:55:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBF1CE085B for ; Thu, 13 May 2021 13:55:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5B1C340D4C for ; Thu, 13 May 2021 13:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55212CC for ; Thu, 13 May 2021 13:55:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620914035.de99ed2a83bcdacfd4ca30239b8a43e7edc8ef7f.soap@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.4.8-r1.ebuild net-dialup/ppp/ppp-2.4.9-r2.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: de99ed2a83bcdacfd4ca30239b8a43e7edc8ef7f X-VCS-Branch: master Date: Thu, 13 May 2021 13:55:36 +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: 358485c9-24d1-4fc7-b6be-7f379f2927ad X-Archives-Hash: d4ed9dcbe72ec7fb17c1d8c17bb97b1d commit: de99ed2a83bcdacfd4ca30239b8a43e7edc8ef7f Author: Sam James gentoo org> AuthorDate: Thu May 13 13:53:55 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 13 13:53:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de99ed2a net-dialup/ppp: drop unused multilib inherit Signed-off-by: David Seifert gentoo.org> net-dialup/ppp/ppp-2.4.8-r1.ebuild | 6 +++--- net-dialup/ppp/ppp-2.4.9-r2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-dialup/ppp/ppp-2.4.8-r1.ebuild b/net-dialup/ppp/ppp-2.4.8-r1.ebuild index e280893bbb4..918a005e2ed 100644 --- a/net-dialup/ppp/ppp-2.4.8-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.8-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-info multilib pam toolchain-funcs +inherit linux-info pam toolchain-funcs PATCH_VER="02" DESCRIPTION="Point-to-Point Protocol (PPP)" @@ -76,11 +76,11 @@ src_prepare() { pppd/{pathnames.h,pppd.8} || die if use radius ; then - #set the right paths in radiusclient.conf + # Set the right paths in radiusclient.conf sed -e "s:/usr/local/etc:/etc:" \ -e "s:/usr/local/sbin:/usr/sbin:" \ -i pppd/plugins/radius/etc/radiusclient.conf || die - #set config dir to /etc/ppp/radius + # Set config dir to /etc/ppp/radius sed -i -e "s:/etc/radiusclient:/etc/ppp/radius:g" \ pppd/plugins/radius/{*.8,*.c,*.h} \ pppd/plugins/radius/etc/* || die diff --git a/net-dialup/ppp/ppp-2.4.9-r2.ebuild b/net-dialup/ppp/ppp-2.4.9-r2.ebuild index 5150bff5a5b..61bbe8a8906 100644 --- a/net-dialup/ppp/ppp-2.4.9-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.9-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-info multilib pam toolchain-funcs +inherit linux-info pam toolchain-funcs PATCH_TARBALL_NAME="${PN}-2.4.9-patches-02" DESCRIPTION="Point-to-Point Protocol (PPP)" @@ -82,11 +82,11 @@ src_prepare() { pppd/{pathnames.h,pppd.8} || die if use radius ; then - #set the right paths in radiusclient.conf + # Set the right paths in radiusclient.conf sed -e "s:/usr/local/etc:/etc:" \ -e "s:/usr/local/sbin:/usr/sbin:" \ -i pppd/plugins/radius/etc/radiusclient.conf || die - #set config dir to /etc/ppp/radius + # Set config dir to /etc/ppp/radius sed -i -e "s:/etc/radiusclient:/etc/ppp/radius:g" \ pppd/plugins/radius/{*.8,*.c,*.h} \ pppd/plugins/radius/etc/* || die