Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filemagic/
Date: Fri, 28 Apr 2017 15:19:41
Message-Id: 1493392760.7b14d07bc3233e3046cc145cd133604b5c7799b7.mrueg@gentoo
1 commit: 7b14d07bc3233e3046cc145cd133604b5c7799b7
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 15:19:20 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 15:19:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b14d07b
7
8 dev-python/filemagic: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/filemagic/filemagic-1.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
16 index fa9eed4ff1a..0398d416e17 100644
17 --- a/dev-python/filemagic/filemagic-1.6.ebuild
18 +++ b/dev-python/filemagic/filemagic-1.6.ebuild
19 @@ -1,8 +1,8 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="6"
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
25 +EAPI=6
26 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
27 inherit distutils-r1
28
29 DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"