diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-03-02 12:30:35 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-03-02 14:06:12 +0800 |
commit | 08d385cdab2cb6662ae1ada844422c44692deac3 (patch) | |
tree | 829cc48b8257b2765b8bba48a67e72aea1153f74 /sys-process/audit | |
parent | sys-process/audit: inherit preserve-lib eclass (diff) | |
download | gentoo-08d385cdab2cb6662ae1ada844422c44692deac3.tar.gz gentoo-08d385cdab2cb6662ae1ada844422c44692deac3.tar.bz2 gentoo-08d385cdab2cb6662ae1ada844422c44692deac3.zip |
sys-process/audit: Add python3_6 compat
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-process/audit')
-rw-r--r-- | sys-process/audit/audit-2.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild index 506661c7095d..84c4930b6091 100644 --- a/sys-process/audit/audit-2.6.4.ebuild +++ b/sys-process/audit/audit-2.6.4.ebuild @@ -3,7 +3,7 @@ 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 preserve-libs python-r1 linux-info systemd |