From 6cc4ef67b5af5c1e809bb6846ea0d619a350fa69 Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 12 Jun 2021 14:35:50 -0400 Subject: 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 Signed-off-by: Mike Gilbert --- net-dialup/ppp-scripts/ppp-scripts-0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-dialup') diff --git a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild index 9299c2d744b8..5cfe76c23ab5 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 } -- cgit v1.2.3-65-gdbad