Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/sen/
Date: Mon, 26 Oct 2020 14:13:27
Message-Id: 1603721591.4f477c55ff26d24a3e9494f6dacb7c95dccfaf12.juippis@gentoo
1 commit: 4f477c55ff26d24a3e9494f6dacb7c95dccfaf12
2 Author: Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
3 AuthorDate: Thu Oct 22 18:51:15 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 14:13:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f477c55
7
8 app-emulation/sen: Correct DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/746284
11 Package-Manager: Portage-3.0.5, Repoman-2.3.23
12 Signed-off-by: Nelo-T. Wallus <nelo <AT> wallus.de>
13 Closes: https://github.com/gentoo/gentoo/pull/18004
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 app-emulation/sen/sen-0.6.1_p20200905.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/app-emulation/sen/sen-0.6.1_p20200905.ebuild b/app-emulation/sen/sen-0.6.1_p20200905.ebuild
20 index 785fd0d41f7..0ce4e0dc2ae 100644
21 --- a/app-emulation/sen/sen-0.6.1_p20200905.ebuild
22 +++ b/app-emulation/sen/sen-0.6.1_p20200905.ebuild
23 @@ -5,6 +5,7 @@ EAPI=7
24
25 PYTHON_COMPAT=( python3_{7,8} )
26
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28 inherit distutils-r1
29
30 COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b"