diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2020-11-09 12:25:36 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2020-11-09 12:26:43 +0000 |
commit | b305a7b76d027daed344bc084d4694ff8ea23ceb (patch) | |
tree | 6e79469f122df5183bb91f0b0ad706a1410343a0 /net-im | |
parent | net-im/poezio: add 0.13.1-r1 for further changes (diff) | |
download | gentoo-b305a7b76d027daed344bc084d4694ff8ea23ceb.tar.gz gentoo-b305a7b76d027daed344bc084d4694ff8ea23ceb.tar.bz2 gentoo-b305a7b76d027daed344bc084d4694ff8ea23ceb.zip |
net-im/poezio: set DISTUTILS_USE_SETUPTOOLS
Based on the research and a patch by Jakov Smolic <jakov.smolic@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@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/poezio/poezio-0.13.1-r1.ebuild | 1 | ||||
-rw-r--r-- | net-im/poezio/poezio-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild index 21339aa6804b..12c7dd0d6ee6 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 89a6ccb69f4d..f39bc56b1eb6 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 |