diff --git a/www-servers/varnish/varnish-8.0.1.ebuild b/www-servers/varnish/varnish-8.0.1.ebuild index 45d7a0d35a719..228e142c94d3d 100644 --- a/www-servers/varnish/varnish-8.0.1.ebuild +++ b/www-servers/varnish/varnish-8.0.1.ebuild @@ -61,7 +61,8 @@ src_prepare() { default # Fix python shebangs for python-exec[-native-symlinks], #909330 - local shebangs=($(grep -rl "#!/usr/bin/env python3" || die)) + # skip vmodtool, as that gets installed by python_replicate_script later + local shebangs=($(grep -rl "#!/usr/bin/env python3"|grep -v vmodtool || die)) python_setup python_fix_shebang -q ${shebangs[*]}