diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 10:58:57 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 11:31:05 +0200 |
commit | c32fe0278e2af1afbbb79544e7fb54b3cc01a0c5 (patch) | |
tree | 309b377e252d98fc40e4752d5bea8181727e92ed | |
parent | dev-libs/serd: Support newer python (diff) | |
download | gentoo-c32fe0278e2af1afbbb79544e7fb54b3cc01a0c5.tar.gz gentoo-c32fe0278e2af1afbbb79544e7fb54b3cc01a0c5.tar.bz2 gentoo-c32fe0278e2af1afbbb79544e7fb54b3cc01a0c5.zip |
dev-libs/sord: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | dev-libs/sord/sord-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/sord/sord-0.16.0.ebuild b/dev-libs/sord/sord-0.16.0.ebuild index 50761e227089..73eafe5dc2b1 100644 --- a/dev-libs/sord/sord-0.16.0.ebuild +++ b/dev-libs/sord/sord-0.16.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils |