app-text/u2ps: EAPI 8, build w/ -std=gnu17

... because archived upstream.

Closes: https://bugs.gentoo.org/945504
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-03-10 01:47:37 +00:00
parent 2ad533385d
commit 8e9ba6ec51
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit toolchain-funcs inherit flag-o-matic toolchain-funcs
DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8"
HOMEPAGE="https://github.com/arsv/u2ps" HOMEPAGE="https://github.com/arsv/u2ps"
@ -23,6 +23,8 @@ PATCHES=(
) )
src_configure() { src_configure() {
# bug #945504
append-flags -std=gnu17
# this isnt autoconf, so econf fails... # this isnt autoconf, so econf fails...
tc-export CC tc-export CC
./configure \ ./configure \