commit: 318c9f9a1e9ae4387b16d1e5f5fc20d55685eee6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 26 11:09:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 26 11:09:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318c9f9a
dev-util/libabigail: adjust configure args Closes: https://bugs.gentoo.org/820344 Closes: https://bugs.gentoo.org/820341 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/libabigail/libabigail-2.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/libabigail/libabigail-2.0.ebuild b/dev-util/libabigail/libabigail-2.0.ebuild index 714f2446ff9..16dce70710f 100644 --- a/dev-util/libabigail/libabigail-2.0.ebuild +++ b/dev-util/libabigail/libabigail-2.0.ebuild @@ -41,10 +41,9 @@ my_src_configure() { --disable-deb \ --disable-fedabipkgdiff \ --disable-rpm \ + --disable-rpm415 \ --disable-static \ - --disable-zip-archive \ --enable-bash-completion \ - --enable-cxx11 \ --enable-python3 \ $(use_enable doc apidoc) \ $(use_enable doc manual)
