diff options
author | 2017-03-08 18:53:00 +0100 | |
---|---|---|
committer | 2017-03-08 19:37:06 +0100 | |
commit | 51fc5f26531b7618fb9fc188c69d5240a7218198 (patch) | |
tree | efc653f23f76d8eea922d756c91ad3d922bff900 /dev-python/pyxdg | |
parent | app-emulation/virt-manager: revision bump to help resolve dependencies (diff) | |
download | gentoo-51fc5f26531b7618fb9fc188c69d5240a7218198.tar.gz gentoo-51fc5f26531b7618fb9fc188c69d5240a7218198.tar.bz2 gentoo-51fc5f26531b7618fb9fc188c69d5240a7218198.zip |
dev-python/pyxdg: Enable python3.6
Diffstat (limited to 'dev-python/pyxdg')
-rw-r--r-- | dev-python/pyxdg/pyxdg-0.25-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyxdg/pyxdg-0.25-r1.ebuild b/dev-python/pyxdg/pyxdg-0.25-r1.ebuild index 10f2a8e494f6..eb164715e435 100644 --- a/dev-python/pyxdg/pyxdg-0.25-r1.ebuild +++ b/dev-python/pyxdg/pyxdg-0.25-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="A Python module to deal with freedesktop.org specifications" |