diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:39:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:46:18 +0200 |
commit | d01590cb9278f7520279a14efc083fb03ebeed3e (patch) | |
tree | 737c26b4defce5979c34d0dce6a99d6085d5d56c /dev-util/devhelp | |
parent | dev-util/cram: Support python3.6 (diff) | |
download | gentoo-d01590cb9278f7520279a14efc083fb03ebeed3e.tar.gz gentoo-d01590cb9278f7520279a14efc083fb03ebeed3e.tar.bz2 gentoo-d01590cb9278f7520279a14efc083fb03ebeed3e.zip |
dev-util/devhelp: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r-- | dev-util/devhelp/devhelp-3.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/devhelp/devhelp-3.24.0.ebuild b/dev-util/devhelp/devhelp-3.24.0.ebuild index 34bd10cfdd15..b94f8d2e6f4a 100644 --- a/dev-util/devhelp/devhelp-3.24.0.ebuild +++ b/dev-util/devhelp/devhelp-3.24.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 # gedit-3.8 is python3 only, this also per: # https://bugzilla.redhat.com/show_bug.cgi?id=979450 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit gnome2 python-single-r1 toolchain-funcs |