commit: 06a5564d904fa957f9dd5c31ba69511122d3a1bb Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sat Apr 30 16:57:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 11 02:11:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a5564d
profiles: unmask capstone Restrict revdeps to Capstone 4, which don't build against newer Capstone versions. Closes: https://bugs.gentoo.org/841716 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/25270 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 62f2afb4698d..b72f0bd77af0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -105,12 +105,6 @@ sys-apps/xdg-desktop-portal-gnome # Masked for testing. Apparently causes crashes. Bug #841857. >=x11-libs/libX11-1.8 -# John Helmert III <[email protected]> (2022-04-29) -# New capstone rc installs broken pkgconfig and cmake build -# configuration files, breaking reverse dependencies. #841716 -=dev-libs/capstone-5.0_rc2 -=dev-util/ROPgadget-6.7 - # Joonas Niilola <[email protected]> (2022-04-29) # Apparently the "b" in version means "beta". 3.24 is available, we # should update to that. #841437
