commit: 403c5a9995c40f82376495e3ec48b36182edde20 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Dec 3 09:22:38 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Dec 3 09:26:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=403c5a99
app-text/ps2pkm: sync with ::gentoo Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild index eb69ea9..be4b632 100644 --- a/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild +++ b/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit flag-o-matic + DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font" HOMEPAGE="https://tug.org/texlive/" SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz" @@ -19,6 +21,9 @@ BDEPEND="virtual/pkgconfig" DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" ) src_configure() { + # bug #944098 + append-cflags -std=gnu17 + econf \ --with-system-kpathsea }
