From a42fc60c4a80acdad84cb7893b847ccf2fbe8e01 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 18 Jun 2021 23:06:59 +0200 Subject: net-dialup/xl2tpd: minor style fixup Signed-off-by: Sam James Signed-off-by: David Seifert --- 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(-) (limited to 'net-dialup/xl2tpd') diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild index 43814cccdc9c..672c9d925083 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 43814cccdc9c..672c9d925083 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() { -- cgit v1.2.3-65-gdbad