diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-07-21 21:27:39 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-08-05 10:17:39 +0300 |
commit | 889c0a0a8332e3867084c6198ca41b53d5192a16 (patch) | |
tree | b98e5ab2674242e8b5c3188c54758325d55af6f7 /dev-libs/capstone | |
parent | net-libs/webkit-gtk: x86 stable wrt bug #861797 (diff) | |
download | gentoo-889c0a0a8332e3867084c6198ca41b53d5192a16.tar.gz gentoo-889c0a0a8332e3867084c6198ca41b53d5192a16.tar.bz2 gentoo-889c0a0a8332e3867084c6198ca41b53d5192a16.zip |
dev-libs/capstone: disable pkg-config QA check
Closes: https://bugs.gentoo.org/858350
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/26511
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/capstone')
-rw-r--r-- | dev-libs/capstone/capstone-5.0_rc2-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild b/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild index 6127c611b7d2..174d710dac2a 100644 --- a/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild +++ b/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild @@ -31,6 +31,9 @@ PATCHES=( "${FILESDIR}"/${P}-pkgconfig.patch ) +# Upstream doesn't flag release candidates (bug 858350) +QA_PKGCONFIG_VERSION="" + wrap_python() { local phase=$1 shift |