diff options
author | Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com> | 2019-11-09 10:02:56 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 11:56:59 +0000 |
commit | e5ef547b42c7367ad1c31f40f9eb8ccc9ccf1d18 (patch) | |
tree | a7568c85be61ec87271b71d860ad8b3b94b93e21 /dev-util | |
parent | sys-devel/binutils: disable verbose tests (diff) | |
download | gentoo-e5ef547b42c7367ad1c31f40f9eb8ccc9ccf1d18.tar.gz gentoo-e5ef547b42c7367ad1c31f40f9eb8ccc9ccf1d18.tar.bz2 gentoo-e5ef547b42c7367ad1c31f40f9eb8ccc9ccf1d18.zip |
dev-util/diffoscope: add Python 3.7 support
Closes: https://bugs.gentoo.org/699326
Signed-off-by: Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/diffoscope/diffoscope-129.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/diffoscope/diffoscope-129.ebuild b/dev-util/diffoscope/diffoscope-129.ebuild index 34ccce9cfac0..0ad8e425e9c7 100644 --- a/dev-util/diffoscope/diffoscope-129.ebuild +++ b/dev-util/diffoscope/diffoscope-129.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="Will try to get to the bottom of what makes files or directories different" |