diff options
author | Jason Zaman <perfinion@gentoo.org> | 2019-11-30 00:27:21 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2019-12-02 22:48:23 +0800 |
commit | f36b1c9e4a5588212f7d10e70807d365aa2b31d1 (patch) | |
tree | 4d99c08f5b03dbdf9d21f6a16f7c50985c553b07 /sys-process | |
parent | dev-python/networkx: bump 2.4 (diff) | |
download | gentoo-f36b1c9e4a5588212f7d10e70807d365aa2b31d1.tar.gz gentoo-f36b1c9e4a5588212f7d10e70807d365aa2b31d1.tar.bz2 gentoo-f36b1c9e4a5588212f7d10e70807d365aa2b31d1.zip |
sys-process/audit: add python3_7
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/audit-2.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/audit/audit-2.8.4.ebuild b/sys-process/audit/audit-2.8.4.ebuild index 22ff19e94b57..5341b749058e 100644 --- a/sys-process/audit/audit-2.8.4.ebuild +++ b/sys-process/audit/audit-2.8.4.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd usr-ldscript |