From: Manuel RĂ¼ger Date: Fri, 28 Apr 2017 15:19:20 +0000 (+0200) Subject: dev-python/filemagic: Add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7b14d07bc3233e3046cc145cd133604b5c7799b7;p=gentoo.git dev-python/filemagic: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild index fa9eed4ff1a0..0398d416e177 100644 --- a/dev-python/filemagic/filemagic-1.6.ebuild +++ b/dev-python/filemagic/filemagic-1.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"