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 033A8139083 for ; Sat, 9 Dec 2017 14:21:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE659E105F; Sat, 9 Dec 2017 14:21:41 +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 8FDF8E105F for ; Sat, 9 Dec 2017 14:21:41 +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 9543333BF43 for ; Sat, 9 Dec 2017 14:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E776CAE7E for ; Sat, 9 Dec 2017 14:21:37 +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: <1512829150.1d841b0ee70b56e676b2fde473db9e9561981c6a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.4.2.0.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1d841b0ee70b56e676b2fde473db9e9561981c6a X-VCS-Branch: master Date: Sat, 9 Dec 2017 14:21: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: aaef40d8-3bf4-4207-953c-8b8a0accd918 X-Archives-Hash: f210ba850cb1a9673fd3b29f76697d69 commit: 1d841b0ee70b56e676b2fde473db9e9561981c6a Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 9 14:13:29 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 9 14:19:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d841b0e app-admin/ansible: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-admin/ansible/ansible-2.4.2.0.ebuild | 2 +- app-admin/ansible/ansible-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ansible/ansible-2.4.2.0.ebuild b/app-admin/ansible/ansible-2.4.2.0.ebuild index 682eaf4749b..ce8483dc714 100644 --- a/app-admin/ansible/ansible-2.4.2.0.ebuild +++ b/app-admin/ansible/ansible-2.4.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 eutils versionator diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 258cf6798cf..3470c23efa9 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 git-r3 eutils