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 DDA381382C5 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 D26ECE0957; Thu, 17 May 2018 00:33:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AAA22E0957 for ; Thu, 17 May 2018 00:33:31 +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 41E5C335C43 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 07D672A3 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: <1526517002.4b9dff299d6a427e9d03802d6103a58caf4b0b96.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild X-VCS-Directories: dev-util/buildbot-waterfall-view/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 4b9dff299d6a427e9d03802d6103a58caf4b0b96 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: df8dde85-8318-44be-b0a3-15ec8b146938 X-Archives-Hash: 89e65548202d16fb13b081bae01bb9ac commit: 4b9dff299d6a427e9d03802d6103a58caf4b0b96 Author: Brian Dolbec gentoo org> AuthorDate: Thu May 17 00:30:02 2018 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu May 17 00:30:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9dff29 dev-util/buildbot-waterfall-view: Add py3.6 to 0.9.12 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild index 0f150c29112..1481782cc5d 100644 --- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.12.ebuild +++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-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"