commit: 0a15594259c70697f0997aa9e39991c21068bfd7 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net> AuthorDate: Tue Jun 22 11:28:11 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 8 07:35:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a155942
dev-libs/tvision: avoid pre-stripping Closes: https://bugs.gentoo.org/797454 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net> Closes: https://github.com/gentoo/gentoo/pull/21372 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/tvision/tvision-2.2.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/tvision/tvision-2.2.3.ebuild b/dev-libs/tvision/tvision-2.2.3.ebuild index 9f8e1f68959..c881d939aed 100644 --- a/dev-libs/tvision/tvision-2.2.3.ebuild +++ b/dev-libs/tvision/tvision-2.2.3.ebuild @@ -56,6 +56,8 @@ src_configure() { myconf+=( --fhs --prefix="${EPREFIX}/usr" + # avoid stripping + --with-debug --with-pthread --without-static --x-include="${EPREFIX}/usr/include/X11"
