Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Wed, 11 May 2022 02:11:16
Message-Id: 1652235061.06a5564d904fa957f9dd5c31ba69511122d3a1bb.sam@gentoo
1 commit: 06a5564d904fa957f9dd5c31ba69511122d3a1bb
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Sat Apr 30 16:57:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 02:11:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a5564d
7
8 profiles: unmask capstone
9
10 Restrict revdeps to Capstone 4, which don't build against newer Capstone
11 versions.
12
13 Closes: https://bugs.gentoo.org/841716
14 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
15 Closes: https://github.com/gentoo/gentoo/pull/25270
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 profiles/package.mask | 6 ------
19 1 file changed, 6 deletions(-)
20
21 diff --git a/profiles/package.mask b/profiles/package.mask
22 index 62f2afb4698d..b72f0bd77af0 100644
23 --- a/profiles/package.mask
24 +++ b/profiles/package.mask
25 @@ -105,12 +105,6 @@ sys-apps/xdg-desktop-portal-gnome
26 # Masked for testing. Apparently causes crashes. Bug #841857.
27 >=x11-libs/libX11-1.8
28
29 -# John Helmert III <ajak@g.o> (2022-04-29)
30 -# New capstone rc installs broken pkgconfig and cmake build
31 -# configuration files, breaking reverse dependencies. #841716
32 -=dev-libs/capstone-5.0_rc2
33 -=dev-util/ROPgadget-6.7
34 -
35 # Joonas Niilola <juippis@g.o> (2022-04-29)
36 # Apparently the "b" in version means "beta". 3.24 is available, we
37 # should update to that. #841437