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 37E64139083 for ; Sat, 9 Dec 2017 14:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0F8EE105E; Sat, 9 Dec 2017 14:21:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 813EAE105E for ; Sat, 9 Dec 2017 14:21:41 +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 B754C33C6B6 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 06F6FAE7F for ; Sat, 9 Dec 2017 14:21:38 +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: <1512829152.100f913670d50f3c211a04be6afd5a8f569bd18a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/cdist/cdist-4.6.1.ebuild X-VCS-Directories: app-admin/cdist/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 100f913670d50f3c211a04be6afd5a8f569bd18a X-VCS-Branch: master Date: Sat, 9 Dec 2017 14:21:38 +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: a5faa414-0eb4-42a3-be80-d55db6ab4685 X-Archives-Hash: fee0183435085293a68412d461d7dd80 commit: 100f913670d50f3c211a04be6afd5a8f569bd18a Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 9 14:14:57 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 9 14:19:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100f9136 app-admin/cdist: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-admin/cdist/cdist-4.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/cdist/cdist-4.6.1.ebuild b/app-admin/cdist/cdist-4.6.1.ebuild index 59661b8e498..0b4d8a0c981 100644 --- a/app-admin/cdist/cdist-4.6.1.ebuild +++ b/app-admin/cdist/cdist-4.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1