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 727601396D0 for ; Wed, 9 Aug 2017 18:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD3D4E0BE9; Wed, 9 Aug 2017 18:08:12 +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 9CFC5E0BE9 for ; Wed, 9 Aug 2017 18:08:12 +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 DB676341782 for ; Wed, 9 Aug 2017 18:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51EBA75EA for ; Wed, 9 Aug 2017 18:08:10 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1502302070.1df4f4bc9e90e99cfecd881de489d2ce79deaa37.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/pybugz/pybugz-0.13.ebuild www-client/pybugz/pybugz-9999.ebuild X-VCS-Directories: www-client/pybugz/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 1df4f4bc9e90e99cfecd881de489d2ce79deaa37 X-VCS-Branch: master Date: Wed, 9 Aug 2017 18:08:10 +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: 0de75923-08e1-48cc-b600-eba47d430b49 X-Archives-Hash: d114f66f0ca831198f947f1f254f60c1 commit: 1df4f4bc9e90e99cfecd881de489d2ce79deaa37 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Aug 9 18:07:50 2017 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Aug 9 18:07:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df4f4bc www-client/pybugz: Works with py3_6 Package-Manager: Portage-2.3.6, Repoman-2.3.3 www-client/pybugz/pybugz-0.13.ebuild | 2 +- www-client/pybugz/pybugz-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild index 8c60c0ae338..1376fb7ff52 100644 --- a/www-client/pybugz/pybugz-0.13.ebuild +++ b/www-client/pybugz/pybugz-0.13.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_4 python3_5 ) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index 50fd5e4d8a9..580e0af4cd1 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_4 python3_5 ) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then