Created attachment 587584 [details] libpod-1.5.1.ebuild Podman 1.4.4 was released recently with many fixes and features since 1.4.4: https://github.com/containers/libpod/releases/tag/v1.5.0 https://github.com/containers/libpod/releases/tag/v1.5.1 An ebuild is attached. It is almost the same as the 1.4.4 ebuild but using flag-o-matic to filter out a problematic linker flag instead of just droping $LDFLAGS completely.
I forgot to add, this version depends on >=app-emulation/conmon-2.0.0, which can use the identical ebuild to conmon-0.3.0.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebce88b77b6ed5f9f5562df7002ba0e50774ecb4 commit ebce88b77b6ed5f9f5562df7002ba0e50774ecb4 Author: Bruce Guenter <bruce@untroubled.org> AuthorDate: 2019-08-21 18:31:42 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2019-08-21 19:45:13 +0000 app-emulation/libpod: Bump to version 1.5.1 Closes: https://bugs.gentoo.org/692568 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-emulation/libpod/Manifest | 1 + app-emulation/libpod/libpod-1.5.1.ebuild | 140 +++++++++++++++++++++++++++++++ 2 files changed, 141 insertions(+)
Thanks!