From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83CC31382C5 for ; Thu, 17 May 2018 00:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC146E0997; Thu, 17 May 2018 00:33:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EDE0E0997 for ; Thu, 17 May 2018 00:33:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5125E335C49 for ; Thu, 17 May 2018 00:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D65002A1 for ; Thu, 17 May 2018 00:33:28 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1526516921.74549ebda864f736459a6a6f4fced5731472fde1.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-grid-view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild X-VCS-Directories: dev-util/buildbot-grid-view/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 74549ebda864f736459a6a6f4fced5731472fde1 X-VCS-Branch: master Date: Thu, 17 May 2018 00:33:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4804cd02-9da3-4140-9380-915c78535f95 X-Archives-Hash: 0b58c3166ef4d3242db062847d4a4d1c commit: 74549ebda864f736459a6a6f4fced5731472fde1 Author: Brian Dolbec gentoo org> AuthorDate: Thu May 17 00:28:41 2018 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu May 17 00:28:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74549ebd dev-util/buildbot-grid-view: Add py3.6 to 0.9.12 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild | 4 ++-- 1 file 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 2da8989d872..7a88dd5d695 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"