diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-24 14:22:10 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-24 14:27:24 +0200 |
commit | 138e976bbd8c5166893b5b8b7c6aac15946d82f9 (patch) | |
tree | 97b9c9b5e55fd6871162c7e4319f6a09b0a4bd81 /games-misc | |
parent | dev-python/pywavelets: Add python3_6 (diff) | |
download | gentoo-138e976bbd8c5166893b5b8b7c6aac15946d82f9.tar.gz gentoo-138e976bbd8c5166893b5b8b7c6aac15946d82f9.tar.bz2 gentoo-138e976bbd8c5166893b5b8b7c6aac15946d82f9.zip |
games-misc/doge: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/doge/doge-3.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/doge/doge-3.5.0.ebuild b/games-misc/doge/doge-3.5.0.ebuild index d9fc713bb41b..f37990a559f5 100644 --- a/games-misc/doge/doge-3.5.0.ebuild +++ b/games-misc/doge/doge-3.5.0.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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |