diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 10:54:34 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 11:31:02 +0200 |
commit | 84b3bf404e12c72e1a3a264d79b66aade0719126 (patch) | |
tree | f0fdbbc5db2b5e66929df163703439d1288213ff /dev-libs/marisa | |
parent | app-text/xlsx2csv: Support newer python (diff) | |
download | gentoo-84b3bf404e12c72e1a3a264d79b66aade0719126.tar.gz gentoo-84b3bf404e12c72e1a3a264d79b66aade0719126.tar.bz2 gentoo-84b3bf404e12c72e1a3a264d79b66aade0719126.zip |
dev-libs/marisa: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/marisa')
-rw-r--r-- | dev-libs/marisa/marisa-0.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/marisa/marisa-0.2.4.ebuild b/dev-libs/marisa/marisa-0.2.4.ebuild index 53e6787bcb35..36c191d1005b 100644 --- a/dev-libs/marisa/marisa-0.2.4.ebuild +++ b/dev-libs/marisa/marisa-0.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils |