summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-21 08:20:17 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-21 08:47:02 -0400
commit6351d0219c3f4e798ce352289ce12c51f3251763 (patch)
treeddf7017dff4dd4f8e8058f12dac43a096e41f46b /net-dialup
parentmedia-video/tcmplex-panteltje: drop c2x workaround (diff)
downloadgentoo-6351d0219c3f4e798ce352289ce12c51f3251763.tar.gz
gentoo-6351d0219c3f4e798ce352289ce12c51f3251763.tar.bz2
gentoo-6351d0219c3f4e798ce352289ce12c51f3251763.zip
net-dialup/rp-l2tp: drop c2x workaround
Changed the way test for this, and upon closer look this one wasn't needed. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
index bba859fe0a26..6c4a2cdd3db7 100644
--- a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
+++ b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools flag-o-matic toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="User-space implementation of L2TP for Linux and other UNIX systems"
HOMEPAGE="https://sourceforge.net/projects/rp-l2tp/"
@@ -26,7 +26,6 @@ src_prepare() {
eautoreconf #871210
tc-export AR CC
- append-cflags -std=gnu89 # old codebase, incompatible with c2x
}
src_install() {