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 DCD8A139694 for ; Wed, 14 Jun 2017 11:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB41E083D; Wed, 14 Jun 2017 11:43:07 +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 C37B2E083D for ; Wed, 14 Jun 2017 11:43:07 +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 D2C80341927 for ; Wed, 14 Jun 2017 11:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 396677481 for ; Wed, 14 Jun 2017 11:43:05 +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: <1497440570.647cea5ec4f73fc55c1c8fb27d87ebd29fb2bbbd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild X-VCS-Directories: dev-python/easy-thumbnails/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 647cea5ec4f73fc55c1c8fb27d87ebd29fb2bbbd X-VCS-Branch: master Date: Wed, 14 Jun 2017 11:43:05 +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: 8f84c447-c0f6-44a9-9608-d79ad339e4e6 X-Archives-Hash: 077aefab6e721982e71275de95c76409 commit: 647cea5ec4f73fc55c1c8fb27d87ebd29fb2bbbd Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 14 11:23:23 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 14 11:42:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647cea5e dev-python/easy-thumbnails: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild index d17214f4c8f..998ed969903 100644 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild +++ b/dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) +PYTHON_COMPAT=( python{2_{6,7},3_{3,4,5,6}} ) inherit distutils-r1