From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-950362-garchives=archives.gentoo.org@lists.gentoo.org> 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 BEBF9139694 for <garchives@archives.gentoo.org>; Wed, 17 May 2017 11:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 325E4E0CD8; Wed, 17 May 2017 11:29:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1096DE0CD8 for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 11:29:34 +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 4151C33E4AD for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 11:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA5E07454 for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 11:29:31 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1495020551.269b032fd40e99a1d35eeeac5b025ac2befa7195.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jira-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/jira-cli/jira-cli-2.1.5.ebuild X-VCS-Directories: app-misc/jira-cli/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 269b032fd40e99a1d35eeeac5b025ac2befa7195 X-VCS-Branch: master Date: Wed, 17 May 2017 11:29:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ddffd2ea-6a82-4c72-8cf0-97ea1d33d30e X-Archives-Hash: cd5d30bbdcbbc57df7c9d4a2f5d2bdef commit: 269b032fd40e99a1d35eeeac5b025ac2befa7195 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed May 17 11:29:11 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed May 17 11:29:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269b032f app-misc/jira-cli: Add python3_5 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/jira-cli/jira-cli-2.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/jira-cli/jira-cli-2.1.5.ebuild b/app-misc/jira-cli/jira-cli-2.1.5.ebuild index f1d6d4d04cd..8965187ccee 100644 --- a/app-misc/jira-cli/jira-cli-2.1.5.ebuild +++ b/app-misc/jira-cli/jira-cli-2.1.5.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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1