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 D4C451382C5 for ; Thu, 17 May 2018 00:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA356E099C; 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 B94BCE099C for ; Thu, 17 May 2018 00:33:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B3F50335C63 for ; Thu, 17 May 2018 00:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4099C2A6 for ; Thu, 17 May 2018 00:33:29 +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: <1526517083.19ba9d5f886283f486044c17b8d5141a87a7f8f9.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-www/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-www/buildbot-www-0.9.12.ebuild X-VCS-Directories: dev-util/buildbot-www/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 19ba9d5f886283f486044c17b8d5141a87a7f8f9 X-VCS-Branch: master Date: Thu, 17 May 2018 00:33:29 +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: 2d35eff0-2c7a-44c5-af42-48e30ff4b0d4 X-Archives-Hash: 2031a8d161ca5e4cdd02bdb01fd8838a commit: 19ba9d5f886283f486044c17b8d5141a87a7f8f9 Author: Brian Dolbec gentoo org> AuthorDate: Thu May 17 00:31:23 2018 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu May 17 00:31:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ba9d5f dev-util/buildbot-www: Add py3.6 to 0.9.12 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/buildbot-www/buildbot-www-0.9.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild b/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild index fc596c84bbb..04389c8bb42 100644 --- a/dev-util/buildbot-www/buildbot-www-0.9.12.ebuild +++ b/dev-util/buildbot-www/buildbot-www-0.9.12.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"