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 0257C139694 for ; Wed, 8 Mar 2017 02:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 325A0E0C63; Wed, 8 Mar 2017 02:53:56 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B14BE0C63 for ; Wed, 8 Mar 2017 02:53:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5D79341661 for ; Wed, 8 Mar 2017 02:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C005608D for ; Wed, 8 Mar 2017 02:53:53 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1488941622.5799eb22bd90ffe7b2a266461a6ffb25011b2acc.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scrypt/scrypt-0.8.0.ebuild X-VCS-Directories: dev-python/scrypt/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 5799eb22bd90ffe7b2a266461a6ffb25011b2acc X-VCS-Branch: master Date: Wed, 8 Mar 2017 02:53:53 +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: ecb7cacc-236a-42b4-b186-d3a8630e2bcb X-Archives-Hash: e24f5b4f07869a60ca6350387fbe12dd commit: 5799eb22bd90ffe7b2a266461a6ffb25011b2acc Author: Patrick McLean gentoo org> AuthorDate: Wed Mar 8 02:48:58 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Mar 8 02:53:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5799eb22 dev-python/scrypt: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-python/scrypt/scrypt-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/scrypt/scrypt-0.8.0.ebuild b/dev-python/scrypt/scrypt-0.8.0.ebuild index 46d3b09a1ac..75c38306dba 100644 --- a/dev-python/scrypt/scrypt-0.8.0.ebuild +++ b/dev-python/scrypt/scrypt-0.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1