summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2022-08-05 19:57:58 +0200
committerSam James <sam@gentoo.org>2022-08-16 00:10:07 +0100
commit286e639219aee227d810b126db9f358796ec7d79 (patch)
tree9ea2ecf6066e83d9c0497b36ae5e53c5f4cdaa57 /dev-libs/capstone
parentdev-libs/capstone: disable pkg-config QA checks for release candidates only (diff)
downloadgentoo-286e639219aee227d810b126db9f358796ec7d79.tar.gz
gentoo-286e639219aee227d810b126db9f358796ec7d79.tar.bz2
gentoo-286e639219aee227d810b126db9f358796ec7d79.zip
dev-libs/capstone: ebuild cleanup
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/capstone')
-rw-r--r--dev-libs/capstone/capstone-5.0_rc2-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild b/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild
index e0bb01977da0..db57662f4bb8 100644
--- a/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild
+++ b/dev-libs/capstone/capstone-5.0_rc2-r1.ebuild
@@ -42,10 +42,8 @@ wrap_python() {
if use python; then
pushd bindings/python >/dev/null || die
- echo distutils-r1_${phase} "$@"
- pwd
distutils-r1_${phase} "$@"
- popd >/dev/null
+ popd >/dev/null || die
fi
}