summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-23 15:45:41 +0100
committerSam James <sam@gentoo.org>2024-08-23 15:45:41 +0100
commit2e3800a592ff6bfe6fe6075e46ff3e5b6851a2ec (patch)
tree342379c2fb93fffa457e083ce4a19c4472e154de /x11-misc/xvfb-run/xvfb-run-21.1.12.1.ebuild
parentdev-util/perf: fix assert use, as in bpftool (diff)
downloadgentoo-2e3800a592ff6bfe6fe6075e46ff3e5b6851a2ec.tar.gz
gentoo-2e3800a592ff6bfe6fe6075e46ff3e5b6851a2ec.tar.bz2
gentoo-2e3800a592ff6bfe6fe6075e46ff3e5b6851a2ec.zip
x11-misc/xvfb-run: fix filterdiff error handling
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xvfb-run/xvfb-run-21.1.12.1.ebuild')
-rw-r--r--x11-misc/xvfb-run/xvfb-run-21.1.12.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/xvfb-run/xvfb-run-21.1.12.1.ebuild b/x11-misc/xvfb-run/xvfb-run-21.1.12.1.ebuild
index 1191b6b39e1c..d3f185b1c52f 100644
--- a/x11-misc/xvfb-run/xvfb-run-21.1.12.1.ebuild
+++ b/x11-misc/xvfb-run/xvfb-run-21.1.12.1.ebuild
@@ -22,6 +22,7 @@ S="${WORKDIR}"/
src_prepare() {
# Not in src_unpack to silence warning "'patch' call should be moved to src_prepare"
filterdiff --include='*xvfb-run*' ${MY_PN}_${MY_PV}.diff | patch || die
+ assert "filterdiff+patch failed"
eapply_user
}