Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-history-to-fish/
Date: Sat, 02 Oct 2021 12:23:19
Message-Id: 1633177366.1e2a493cac1ef48565dd17035f6a007fcb024cfe.arthurzam@gentoo
1 commit: 1e2a493cac1ef48565dd17035f6a007fcb024cfe
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 12:20:46 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 12:22:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e2a493c
7
8 app-shells/zsh-history-to-fish: fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/815790
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild
17 index d3c296d67..86c98d89f 100644
18 --- a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild
19 +++ b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -DISTUTILS_USE_SETUPTOOLS=rdepend
25 +
26 PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
27 inherit distutils-r1