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 24BAD139694 for ; Sun, 18 Jun 2017 09:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63052234015; Sun, 18 Jun 2017 09:05:09 +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 3E4DA234015 for ; Sun, 18 Jun 2017 09:05:09 +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 5C8B734170E for ; Sun, 18 Jun 2017 09:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26EF57477 for ; Sun, 18 Jun 2017 09:05:07 +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: <1497776702.ebaeaecefb2905e6e210591e17dab60ec9abf323.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/apparmor-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild X-VCS-Directories: sys-apps/apparmor-utils/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ebaeaecefb2905e6e210591e17dab60ec9abf323 X-VCS-Branch: master Date: Sun, 18 Jun 2017 09:05:07 +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: 2305bf5d-22b4-481c-9c94-20c9cbec210b X-Archives-Hash: 88b6d99ff0725ac9010b5f6db5cf1402 commit: ebaeaecefb2905e6e210591e17dab60ec9abf323 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 18 09:04:52 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 18 09:05:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebaeaece sys-apps/apparmor-utils: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild b/sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild index 9fa4c41e009..8d9f092107e 100644 --- a/sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild +++ b/sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit perl-module python-r1 toolchain-funcs versionator MY_PV="$(get_version_component_range 1-2)"