From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-945284-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 4461D139694 for <garchives@archives.gentoo.org>; Sat, 22 Apr 2017 09:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96A24E0C26; Sat, 22 Apr 2017 09:56:28 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 740F3E0C26 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 09:56:28 +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 9FD43341130 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 09:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10145743D for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 09:56:26 +0000 (UTC) From: "Pacho Ramos" <pacho@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, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1492854967.a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/diffmask/diffmask-0.3.3-r2.ebuild app-portage/diffmask/diffmask-9999.ebuild X-VCS-Directories: app-portage/diffmask/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b X-VCS-Branch: master Date: Sat, 22 Apr 2017 09:56:26 +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: feb44a8e-7ea4-4230-9c37-67c78ffa39a5 X-Archives-Hash: 79225bb840940e93011b16c647351522 commit: a1aa4c251c11b71f84b3aac94c09fa7aa7b88c2b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 09:36:46 2017 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 09:56:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1aa4c25 app-portage/diffmask: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-portage/diffmask/diffmask-0.3.3-r2.ebuild | 4 ++-- app-portage/diffmask/diffmask-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild b/app-portage/diffmask/diffmask-0.3.3-r2.ebuild index 6913ff287b4..14598106ea4 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index f59b89b9924..91a23879b64 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1