From 523fef9296ba811ec01fd2d78014eaefe5d75b5e Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 12 Jun 2021 14:35:50 -0400 Subject: [PATCH] net-dialup/ppp-scripts: EAPI 7 Closes: https://bugs.gentoo.org/795657 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: David Michael --- net-dialup/ppp-scripts/ppp-scripts-0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild index 9299c2d744b..5cfe76c23ab 100644 --- a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild +++ b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Common set of scripts for various PPP implementations" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" @@ -20,8 +20,8 @@ src_install() { exeinto /etc/ppp for i in ip-up ip-down ; do doexe "scripts/${i}" - insinto /etc/ppp/${i}.d dosym ${i} /etc/ppp/${i/ip/ipv6} + insinto /etc/ppp/${i}.d doins "scripts/${i}.d"/* done } -- 2.31.1