summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:06:59 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:06:59 +0200
commita42fc60c4a80acdad84cb7893b847ccf2fbe8e01 (patch)
tree40ef30041a4cce51b4bdbc9900280844592f7168 /net-dialup
parentmedia-gfx/tachyon: tidy up ebuild, pkgconfig in BDEPEND (diff)
downloadgentoo-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')
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild4
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild4
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() {