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 B2EB0138335 for ; Tue, 26 Jun 2018 18:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BC82E096C; Tue, 26 Jun 2018 18:16:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A496CE096C for ; Tue, 26 Jun 2018 18:16:07 +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 0A746335CB7 for ; Tue, 26 Jun 2018 18:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B759E34B for ; Tue, 26 Jun 2018 18:16:03 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530036848.c1abd9ba664cb1e409a6a9bfb4d820c287de4398.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/torment/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/torment/torment-3.0.3.ebuild X-VCS-Directories: dev-python/torment/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c1abd9ba664cb1e409a6a9bfb4d820c287de4398 X-VCS-Branch: master Date: Tue, 26 Jun 2018 18:16:03 +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: cb07e82b-8610-4123-940f-d98ae2992433 X-Archives-Hash: c0842b5e421230f3ea0957064799962a commit: c1abd9ba664cb1e409a6a9bfb4d820c287de4398 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jun 26 18:14:08 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jun 26 18:14:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1abd9ba dev-python/torment: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/torment/torment-3.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/torment/torment-3.0.3.ebuild b/dev-python/torment/torment-3.0.3.ebuild index adeca6e757c..27bfeabfecf 100644 --- a/dev-python/torment/torment-3.0.3.ebuild +++ b/dev-python/torment/torment-3.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1