Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/
Date: Wed, 18 Jul 2018 14:37:54
Message-Id: 1531924659.484185fb1153137859562af70e78a64a4112e5b8.mgorny@gentoo
1 commit: 484185fb1153137859562af70e78a64a4112e5b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 14:08:47 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 14:37:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484185fb
7
8 sys-apps/file: Enable py3.7
9
10 sys-apps/file/file-5.33-r2.ebuild | 2 +-
11 sys-apps/file/file-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/sys-apps/file/file-5.33-r2.ebuild b/sys-apps/file/file-5.33-r2.ebuild
15 index c01383f7205..e67df7bc93a 100644
16 --- a/sys-apps/file/file-5.33-r2.ebuild
17 +++ b/sys-apps/file/file-5.33-r2.ebuild
18 @@ -3,7 +3,7 @@
19
20 EAPI=6
21
22 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
23 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
24 DISTUTILS_OPTIONAL=1
25
26 inherit distutils-r1 libtool ltprune toolchain-funcs multilib-minimal
27
28 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
29 index 72de11bc591..eb7620e857d 100644
30 --- a/sys-apps/file/file-9999.ebuild
31 +++ b/sys-apps/file/file-9999.ebuild
32 @@ -3,7 +3,7 @@
33
34 EAPI=6
35
36 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
38 DISTUTILS_OPTIONAL=1
39
40 inherit distutils-r1 libtool ltprune toolchain-funcs multilib-minimal