commit: 3928af9978f6d0d0197389a464f2870c55664922 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Wed Oct 25 08:42:24 2017 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 08:42:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3928af99
dev-util/diffoscope: require >=python-3.5 Closes: https://bugs.gentoo.org/635346 Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-util/diffoscope/diffoscope-87.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/diffoscope/diffoscope-87.ebuild b/dev-util/diffoscope/diffoscope-87.ebuild index 252bb434584..57f42c08228 100644 --- a/dev-util/diffoscope/diffoscope-87.ebuild +++ b/dev-util/diffoscope/diffoscope-87.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Will try to get to the bottom of what makes files or directories different"
