From 1bd0ea10badb502631161b535c94d8a69a50834a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 Oct 2018 20:23:42 +0200 Subject: extra/python2: disable xvfb stuff on i486 --- extra/python2/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'extra/python2') diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD index c93cac57..519a683a 100644 --- a/extra/python2/PKGBUILD +++ b/extra/python2/PKGBUILD @@ -30,3 +30,16 @@ eval "$( s/ -m test.regrtest/ -m test.regrtest -j1/ " )" + +makedepends=(${makedepends[@]//xorg-server-xvfb/}) +makedepends_i686=(xorg-server-xvfb) + +# skip xvfb stuff on i486 +if [ "$CARCH" = 'i486' ]; then + eval "$( + declare -f check | \ + sed ' + s/xvfb-run // + ' + )" +fi -- cgit v1.2.3