diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 14:55:35 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 14:55:35 +0200 |
commit | 84ea59ea96e86eb0a60e5b1acb9ffcacba57f8a9 (patch) | |
tree | a933d962950821e96f170495ab8cab79942fbe61 | |
parent | dev-python/biplist: Add python3_6 (diff) | |
download | gentoo-84ea59ea96e86eb0a60e5b1acb9ffcacba57f8a9.tar.gz gentoo-84ea59ea96e86eb0a60e5b1acb9ffcacba57f8a9.tar.bz2 gentoo-84ea59ea96e86eb0a60e5b1acb9ffcacba57f8a9.zip |
app-admin/lib_users: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | app-admin/lib_users/lib_users-0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/lib_users/lib_users-0.10.ebuild b/app-admin/lib_users/lib_users-0.10.ebuild index 1c3e5572b5ea..131b81cb4205 100644 --- a/app-admin/lib_users/lib_users-0.10.ebuild +++ b/app-admin/lib_users/lib_users-0.10.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit python-r1 |