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 BA721138AE9 for ; Tue, 26 Dec 2017 08:17:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 887BFE0C11; Tue, 26 Dec 2017 08:17:40 +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 659EEE0C11 for ; Tue, 26 Dec 2017 08:17:40 +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 535F033C6B6 for ; Tue, 26 Dec 2017 08:17:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E41AAAE81 for ; Tue, 26 Dec 2017 08:17:37 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1514276251.aa87dbf5b1751971cc28473f0ede3cb275daa1b7.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plyvel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plyvel/plyvel-0.9.ebuild X-VCS-Directories: dev-python/plyvel/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: aa87dbf5b1751971cc28473f0ede3cb275daa1b7 X-VCS-Branch: master Date: Tue, 26 Dec 2017 08:17:37 +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: a5c3cdd4-703c-47e6-9ed9-a2fc5911f4ab X-Archives-Hash: febe205ff50e85771636d9b3c5ee780e commit: aa87dbf5b1751971cc28473f0ede3cb275daa1b7 Author: Zac Medico gentoo org> AuthorDate: Tue Dec 26 08:08:40 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Dec 26 08:17:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa87dbf5 dev-python/plyvel: add python3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/plyvel/plyvel-0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/plyvel/plyvel-0.9.ebuild b/dev-python/plyvel/plyvel-0.9.ebuild index ce2e392a5bb..cb3f4cd0ce2 100644 --- a/dev-python/plyvel/plyvel-0.9.ebuild +++ b/dev-python/plyvel/plyvel-0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1