From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 47A8A1381F3 for ; Thu, 8 Aug 2013 13:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D31C0E0B1B; Thu, 8 Aug 2013 13:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4714CE0B1B for ; Thu, 8 Aug 2013 13:47:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F09BF33EB24 for ; Thu, 8 Aug 2013 13:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7D9BCE468F for ; Thu, 8 Aug 2013 13:47:50 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1375969463.d8f46490d68cfff10d21aa275a6acf6ed8618ca2.kensington@gentoo> Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/apparmor-utils/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/apparmor-utils/apparmor-utils-2.8.1-r1.ebuild X-VCS-Directories: sys-apps/apparmor-utils/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d8f46490d68cfff10d21aa275a6acf6ed8618ca2 X-VCS-Branch: master Date: Thu, 8 Aug 2013 13:47:50 +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: 4450de7d-d0d3-44c0-a658-599ad1fa0cfd X-Archives-Hash: 0c218edcd8b6d44cb222b687db9ec4fe commit: d8f46490d68cfff10d21aa275a6acf6ed8618ca2 Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 8 13:44:23 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 8 13:44:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=d8f46490 sys-apps/apparmor-utils: remove support for deprecated python versions. Package-Manager: portage-2.1.13.6 Manifest-Sign-Key: 675D0D2C --- sys-apps/apparmor-utils/apparmor-utils-2.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/apparmor-utils/apparmor-utils-2.8.1-r1.ebuild b/sys-apps/apparmor-utils/apparmor-utils-2.8.1-r1.ebuild index 3965b7a..083a86e 100644 --- a/sys-apps/apparmor-utils/apparmor-utils-2.8.1-r1.ebuild +++ b/sys-apps/apparmor-utils/apparmor-utils-2.8.1-r1.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit eutils perl-module python-r1 versionator