diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 17:19:20 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 17:19:20 +0200 |
commit | 7b14d07bc3233e3046cc145cd133604b5c7799b7 (patch) | |
tree | 32dab4b46f9a8529b61ca3a74e1453f4f397db77 /dev-python/filemagic | |
parent | dev-python/chai: Add python3_6 (diff) | |
download | gentoo-7b14d07bc3233e3046cc145cd133604b5c7799b7.tar.gz gentoo-7b14d07bc3233e3046cc145cd133604b5c7799b7.tar.bz2 gentoo-7b14d07bc3233e3046cc145cd133604b5c7799b7.zip |
dev-python/filemagic: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/filemagic')
-rw-r--r-- | dev-python/filemagic/filemagic-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |