summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-27 22:34:58 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-27 22:34:58 +0200
commit308fb7d844434e50f9a46eb727e7db3e127c46f6 (patch)
tree00d648e7dc578be605acc5f9a4d1091a866aa386
parentdev-python/bibtexparser: Support python3.6 (diff)
downloadgentoo-308fb7d8.tar.gz
gentoo-308fb7d8.tar.bz2
gentoo-308fb7d8.zip
dev-python/breathe: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
-rw-r--r--dev-python/breathe/breathe-4.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/breathe/breathe-4.6.0.ebuild b/dev-python/breathe/breathe-4.6.0.ebuild
index ed1e407e4760..ba5765578580 100644
--- a/dev-python/breathe/breathe-4.6.0.ebuild
+++ b/dev-python/breathe/breathe-4.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1