diff options
author | 2020-08-10 23:01:15 +0100 | |
---|---|---|
committer | 2020-08-10 23:01:27 +0100 | |
commit | 9d99e07b263ad60af6e628bb28dc1c9aee3a97cc (patch) | |
tree | fad78c888a7c6181a871214e3136b4ce2a7d0f2d /dev-util | |
parent | dev-util/diffoscope: drop old (diff) | |
download | gentoo-9d99e07b263ad60af6e628bb28dc1c9aee3a97cc.tar.gz gentoo-9d99e07b263ad60af6e628bb28dc1c9aee3a97cc.tar.bz2 gentoo-9d99e07b263ad60af6e628bb28dc1c9aee3a97cc.zip |
dev-util/diffoscope: drop python-3.6
Reported-by: Barry Schwartz
Closes: https://bugs.gentoo.org/736549
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/diffoscope/diffoscope-155.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/diffoscope/diffoscope-155.ebuild b/dev-util/diffoscope/diffoscope-155.ebuild index d705e0c42fc4..572dad5645e4 100644 --- a/dev-util/diffoscope/diffoscope-155.ebuild +++ b/dev-util/diffoscope/diffoscope-155.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |