commit:     6cc4ef67b5af5c1e809bb6846ea0d619a350fa69
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Jun 12 18:35:50 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 18:45:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4ef67

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 <fedora.dm0 <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 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
 }

Reply via email to