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 B7BAD139694 for ; Wed, 12 Jul 2017 19:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26EA327412B; Wed, 12 Jul 2017 19:00:36 +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 032F0274110 for ; Wed, 12 Jul 2017 19:00:36 +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 46E4E34182B for ; Wed, 12 Jul 2017 19:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18467474 for ; Wed, 12 Jul 2017 19:00:33 +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: <1499886026.9549c03a9329e496832bf95c807a6b5890718809.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-compressor/django-compressor-1.5.ebuild X-VCS-Directories: dev-python/django-compressor/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9549c03a9329e496832bf95c807a6b5890718809 X-VCS-Branch: master Date: Wed, 12 Jul 2017 19:00:33 +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: 02f6c6e3-5174-45f4-a932-73a787bbc9c8 X-Archives-Hash: e5f1f44df996b824388be419285939ca commit: 9549c03a9329e496832bf95c807a6b5890718809 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 12 18:46:48 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 12 19:00:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9549c03a dev-python/django-compressor: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/django-compressor/django-compressor-1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild index 2a922f3896f..9b054db211e 100644 --- a/dev-python/django-compressor/django-compressor-1.5.ebuild +++ b/dev-python/django-compressor/django-compressor-1.5.ebuild @@ -1,9 +1,9 @@ -# 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=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1