diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2018-05-17 00:28:41 +0000 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2018-05-17 00:28:41 +0000 |
commit | 74549ebda864f736459a6a6f4fced5731472fde1 (patch) | |
tree | 2a995b0fe248a89689d8764f5f7ba1eae057d242 | |
parent | dev-util/buildbot-console-view: Add py3.6 to 0.9.12 (diff) | |
download | gentoo-74549ebda864f736459a6a6f4fced5731472fde1.tar.gz gentoo-74549ebda864f736459a6a6f4fced5731472fde1.tar.bz2 gentoo-74549ebda864f736459a6a6f4fced5731472fde1.zip |
dev-util/buildbot-grid-view: Add py3.6 to 0.9.12
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r-- | dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild index 2da8989d872c..7a88dd5d6952 100644 --- a/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild +++ b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.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_REQ_USE="sqlite" -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" |