From 6351d0219c3f4e798ce352289ce12c51f3251763 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 21 Oct 2022 08:20:17 -0400 Subject: 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 --- net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net-dialup') 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() { -- cgit v1.2.3-65-gdbad