diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:19:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:39 +0200 |
commit | 36a0ed66c16e3be1daffbca106ba73f7bd17d312 (patch) | |
tree | adb8a88757ffbfb9394b09b82287159586dd5eb7 /dev-vcs/pwclient | |
parent | dev-vcs/svneverever: Support newer python (diff) | |
download | gentoo-36a0ed66c16e3be1daffbca106ba73f7bd17d312.tar.gz gentoo-36a0ed66c16e3be1daffbca106ba73f7bd17d312.tar.bz2 gentoo-36a0ed66c16e3be1daffbca106ba73f7bd17d312.zip |
dev-vcs/pwclient: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/pwclient')
-rw-r--r-- | dev-vcs/pwclient/pwclient-20141110122616.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/pwclient/pwclient-20141110122616.ebuild b/dev-vcs/pwclient/pwclient-20141110122616.ebuild index 5b7e599c8f98..327b429fd3e1 100644 --- a/dev-vcs/pwclient/pwclient-20141110122616.ebuild +++ b/dev-vcs/pwclient/pwclient-20141110122616.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} ) inherit eutils python-r1 |