diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 07:05:39 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 08:47:01 -0400 |
commit | f0738c0d4ec5b830ab32f7aee9c8a2b90c919727 (patch) | |
tree | 2878022de7ac5b568fd540d8f8a9cdd13bd62627 /app-text | |
parent | dev-vcs/fossil: Cleanup (diff) | |
download | gentoo-f0738c0d4ec5b830ab32f7aee9c8a2b90c919727.tar.gz gentoo-f0738c0d4ec5b830ab32f7aee9c8a2b90c919727.tar.bz2 gentoo-f0738c0d4ec5b830ab32f7aee9c8a2b90c919727.zip |
app-text/sgrep: 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 'app-text')
-rw-r--r-- | app-text/sgrep/sgrep-1.94a-r1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-text/sgrep/sgrep-1.94a-r1.ebuild b/app-text/sgrep/sgrep-1.94a-r1.ebuild index b4a1767756d2..eb45eb4f246a 100644 --- a/app-text/sgrep/sgrep-1.94a-r1.ebuild +++ b/app-text/sgrep/sgrep-1.94a-r1.ebuild @@ -3,8 +3,6 @@ EAPI=8 -inherit flag-o-matic - DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter" HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html" SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz" @@ -24,8 +22,6 @@ src_prepare() { } src_configure() { - append-cflags -std=gnu89 # old codebase, incompatible with c2x - econf --datadir="${EPREFIX}"/etc } |