From c9bb6b7a34d3a72208e9cbfa9e6e3b8120e365fa Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 4 Jul 2022 14:06:48 -0700 Subject: app-shells/fish: sync live ebuild Signed-off-by: Georgy Yakovlev --- app-shells/fish/fish-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app-shells') diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index de44bf1d4092..d0328d498838 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-any-r1 readme.gentoo-r1 @@ -94,7 +94,13 @@ src_test() { rm -v tests/pexpects/terminal.py || die fi + # zfs completion test will fail with "Permission denied the ZFS utilities must be run as root." + mv "${S}"/share/completions/zfs.{fish,disabled} || die + cmake_build test + + # now restore zfs completions + mv "${S}"/share/completions/zfs.{disabled,fish} || die } pkg_postinst() { -- cgit v1.2.3-65-gdbad