Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Mon, 04 Jul 2022 21:07:54
Message-Id: 1656968845.c9bb6b7a34d3a72208e9cbfa9e6e3b8120e365fa.gyakovlev@gentoo
1 commit: c9bb6b7a34d3a72208e9cbfa9e6e3b8120e365fa
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 21:06:48 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 21:07:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bb6b7a
7
8 app-shells/fish: sync live ebuild
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-shells/fish/fish-9999.ebuild | 8 +++++++-
13 1 file changed, 7 insertions(+), 1 deletion(-)
14
15 diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild
16 index de44bf1d4092..d0328d498838 100644
17 --- a/app-shells/fish/fish-9999.ebuild
18 +++ b/app-shells/fish/fish-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit cmake python-any-r1 readme.gentoo-r1
27
28 @@ -94,7 +94,13 @@ src_test() {
29 rm -v tests/pexpects/terminal.py || die
30 fi
31
32 + # zfs completion test will fail with "Permission denied the ZFS utilities must be run as root."
33 + mv "${S}"/share/completions/zfs.{fish,disabled} || die
34 +
35 cmake_build test
36 +
37 + # now restore zfs completions
38 + mv "${S}"/share/completions/zfs.{disabled,fish} || die
39 }
40
41 pkg_postinst() {