diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-12 14:03:05 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-12 14:03:05 +0200 |
commit | 613ce349d58243b6322507ff21da66929420d464 (patch) | |
tree | e7e8cdf3192b319c8cbfc1fc001259168f04372b /sys-process | |
parent | dev-util/drone: Remove old (diff) | |
download | gentoo-613ce349d58243b6322507ff21da66929420d464.tar.gz gentoo-613ce349d58243b6322507ff21da66929420d464.tar.bz2 gentoo-613ce349d58243b6322507ff21da66929420d464.zip |
sys-process/audit: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/audit-2.7.1.ebuild | 4 |
1 files 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 7e55b3cf2eba..04b917cb1c74 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 |