diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:06:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:06:59 +0200 |
commit | a42fc60c4a80acdad84cb7893b847ccf2fbe8e01 (patch) | |
tree | 40ef30041a4cce51b4bdbc9900280844592f7168 /net-dialup/xl2tpd | |
parent | media-gfx/tachyon: tidy up ebuild, pkgconfig in BDEPEND (diff) | |
download | gentoo-a42fc60c4a80acdad84cb7893b847ccf2fbe8e01.tar.gz gentoo-a42fc60c4a80acdad84cb7893b847ccf2fbe8e01.tar.bz2 gentoo-a42fc60c4a80acdad84cb7893b847ccf2fbe8e01.zip |
net-dialup/xl2tpd: minor style fixup
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dialup/xl2tpd')
-rw-r--r-- | net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild | 4 | ||||
-rw-r--r-- | 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 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() { |