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 1D90D138331 for ; Sat, 8 Oct 2016 16:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 769D2E0B96; Sat, 8 Oct 2016 16:09:03 +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 5CF9FE0B96 for ; Sat, 8 Oct 2016 16:09:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 423AB341523 for ; Sat, 8 Oct 2016 16:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9728724AB for ; Sat, 8 Oct 2016 16:09:00 +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: <1475942687.dd3e9d524bca4cfa83bf963bf9f7c49a8e9b6b47.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-3.1.13.ebuild X-VCS-Directories: app-admin/cdist/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: dd3e9d524bca4cfa83bf963bf9f7c49a8e9b6b47 X-VCS-Branch: master Date: Sat, 8 Oct 2016 16:09:00 +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: c6fa7b36-0815-4b5b-8cb6-3e842eb7bcb4 X-Archives-Hash: 16a769badb7a4a1fc96172d763595325 commit: dd3e9d524bca4cfa83bf963bf9f7c49a8e9b6b47 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 8 15:59:08 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 8 16:04:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3e9d52 app-admin/cdist: Support python 3.5 Package-Manager: portage-2.3.1 app-admin/cdist/cdist-3.1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/cdist/cdist-3.1.13.ebuild b/app-admin/cdist/cdist-3.1.13.ebuild index 1e53a49..7f674ce 100644 --- a/app-admin/cdist/cdist-3.1.13.ebuild +++ b/app-admin/cdist/cdist-3.1.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A usable configuration management system"