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 D730D138334 for ; Fri, 22 Jun 2018 22:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5235E086D; Fri, 22 Jun 2018 22:45:17 +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 A3727E086D for ; Fri, 22 Jun 2018 22:45:17 +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 69446335C8A for ; Fri, 22 Jun 2018 22:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B19A2E8 for ; Fri, 22 Jun 2018 22:45:14 +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: <1529707507.bc6c06cdc64f7863a31870b1eea1b7a2410303e5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/argcomplete/argcomplete-1.9.4.ebuild X-VCS-Directories: dev-python/argcomplete/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: bc6c06cdc64f7863a31870b1eea1b7a2410303e5 X-VCS-Branch: master Date: Fri, 22 Jun 2018 22:45:14 +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: d08a409f-ef30-4754-8f6d-b5ce456f2ba1 X-Archives-Hash: 88532c694f36b04ba7a96a76bc55f285 commit: bc6c06cdc64f7863a31870b1eea1b7a2410303e5 Author: Pacho Ramos gentoo org> AuthorDate: Fri Jun 22 22:43:35 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jun 22 22:45:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6c06cd dev-python/argcomplete: Add python3.6 support Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/argcomplete/argcomplete-1.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/argcomplete/argcomplete-1.9.4.ebuild b/dev-python/argcomplete/argcomplete-1.9.4.ebuild index 8ad059a2c76..ce4497334d8 100644 --- a/dev-python/argcomplete/argcomplete-1.9.4.ebuild +++ b/dev-python/argcomplete/argcomplete-1.9.4.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit bash-completion-r1 distutils-r1