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 79845139695 for ; Fri, 12 May 2017 12:06:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B4EEE0BF5; Fri, 12 May 2017 12:06:18 +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 D7655E0BF5 for ; Fri, 12 May 2017 12:06:17 +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 AD86A33E4AD for ; Fri, 12 May 2017 12:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5764F7427 for ; Fri, 12 May 2017 12:06:15 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1494590585.613ce349d58243b6322507ff21da66929420d464.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/audit/audit-2.7.1.ebuild X-VCS-Directories: sys-process/audit/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 613ce349d58243b6322507ff21da66929420d464 X-VCS-Branch: master Date: Fri, 12 May 2017 12:06:15 +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: 5ea2e50e-186b-4c43-a80a-37168ac6313a X-Archives-Hash: 519f41e2171e86c0fb0ca719a1f36b12 commit: 613ce349d58243b6322507ff21da66929420d464 Author: Manuel Rüger gentoo org> AuthorDate: Fri May 12 12:03:05 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri May 12 12:03:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613ce349 sys-process/audit: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-process/audit/audit-2.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/audit/audit-2.7.1.ebuild b/sys-process/audit/audit-2.7.1.ebuild index 7e55b3cf2eb..04b917cb1c7 100644 --- a/sys-process/audit/audit-2.7.1.ebuild +++ b/sys-process/audit/audit-2.7.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools multilib multilib-minimal toolchain-funcs python-r1 linux-info systemd