commit: b305a7b76d027daed344bc084d4694ff8ea23ceb Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Mon Nov 9 12:25:36 2020 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Mon Nov 9 12:26:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b305a7b7
net-im/poezio: set DISTUTILS_USE_SETUPTOOLS Based on the research and a patch by Jakov Smolic <jakov.smolic <AT> sartura.hr> Bug: https://bugs.gentoo.org/751871 Link: https://github.com/gentoo/gentoo/pull/18083 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> net-im/poezio/poezio-0.13.1-r1.ebuild | 1 + net-im/poezio/poezio-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild index 21339aa6804..12c7dd0d6ee 100644 --- a/net-im/poezio/poezio-0.13.1-r1.ebuild +++ b/net-im/poezio/poezio-0.13.1-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 readme.gentoo-r1 diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild index 89a6ccb69f4..f39bc56b1eb 100644 --- a/net-im/poezio/poezio-9999.ebuild +++ b/net-im/poezio/poezio-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 readme.gentoo-r1
