commit:     a42fc60c4a80acdad84cb7893b847ccf2fbe8e01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 21:06:59 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 21:06:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42fc60c

net-dialup/xl2tpd: minor style fixup

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild | 4 ++--
 net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild 
b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild
index 43814cccdc9..672c9d92508 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild
@@ -22,13 +22,13 @@ RDEPEND="
        ${DEPEND}
        net-dialup/ppp"
 
-DOCS=(CREDITS README.md BUGS CHANGES TODO doc/README.patents)
+DOCS=( CREDITS README.md BUGS CHANGES TODO doc/README.patents )
 
 src_compile() {
        tc-export CC
        local OSFLAGS="-DLINUX"
        use kernel && OSFLAGS+=" -DUSE_KERNEL"
-       emake OSFLAGS="$OSFLAGS"
+       emake OSFLAGS="${OSFLAGS}"
 }
 
 src_install() {

diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild 
b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
index 43814cccdc9..672c9d92508 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
@@ -22,13 +22,13 @@ RDEPEND="
        ${DEPEND}
        net-dialup/ppp"
 
-DOCS=(CREDITS README.md BUGS CHANGES TODO doc/README.patents)
+DOCS=( CREDITS README.md BUGS CHANGES TODO doc/README.patents )
 
 src_compile() {
        tc-export CC
        local OSFLAGS="-DLINUX"
        use kernel && OSFLAGS+=" -DUSE_KERNEL"
-       emake OSFLAGS="$OSFLAGS"
+       emake OSFLAGS="${OSFLAGS}"
 }
 
 src_install() {

Reply via email to