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 34C2C1396D0 for ; Sun, 17 Sep 2017 16:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75A691FC03F; Sun, 17 Sep 2017 16:29:35 +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 5488A1FC00B for ; Sun, 17 Sep 2017 16:29:35 +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 72F3533FE2A for ; Sun, 17 Sep 2017 16:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E4DA9082 for ; Sun, 17 Sep 2017 16:29:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1505665764.fa7fae6fe08f31cc11fee3623d85e6bbc1b17a9f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ninja/ninja-1.7.2.ebuild dev-util/ninja/ninja-9999.ebuild X-VCS-Directories: dev-util/ninja/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fa7fae6fe08f31cc11fee3623d85e6bbc1b17a9f X-VCS-Branch: master Date: Sun, 17 Sep 2017 16:29:33 +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: 2ddc1f03-85d9-43d3-9ef7-ab22254513ee X-Archives-Hash: 498759a4e73fb4892cfd226ae856fd5e commit: fa7fae6fe08f31cc11fee3623d85e6bbc1b17a9f Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 17 16:27:41 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 17 16:29:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7fae6f dev-util/ninja: python3.6 Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38 dev-util/ninja/ninja-1.7.2.ebuild | 2 +- dev-util/ninja/ninja-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ninja/ninja-1.7.2.ebuild b/dev-util/ninja/ninja-1.7.2.ebuild index e770eda0283..00220b01643 100644 --- a/dev-util/ninja/ninja-1.7.2.ebuild +++ b/dev-util/ninja/ninja-1.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild index cb812205a32..4dc6e68bbf6 100644 --- a/dev-util/ninja/ninja-9999.ebuild +++ b/dev-util/ninja/ninja-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs