diff options
author | Stuart Shelton <stuart@shelton.me> | 2018-03-24 08:16:54 +0000 |
---|---|---|
committer | Stuart Shelton <stuart@shelton.me> | 2018-03-24 08:16:54 +0000 |
commit | 423e33cb5c5aa76f3836886940e79ea54a775b4a (patch) | |
tree | f1fa5b0ac8c5d76bacd62985ef27ef42a26740c8 /sys-process/audit/audit-2.6.4.ebuild | |
parent | Update sys-libs/pam-1.2.1-r2 (diff) | |
download | srcshelton-423e33cb5c5aa76f3836886940e79ea54a775b4a.tar.gz srcshelton-423e33cb5c5aa76f3836886940e79ea54a775b4a.tar.bz2 srcshelton-423e33cb5c5aa76f3836886940e79ea54a775b4a.zip |
Update sys-process/audit-2.6.4
Diffstat (limited to 'sys-process/audit/audit-2.6.4.ebuild')
-rw-r--r-- | sys-process/audit/audit-2.6.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild index d2ca7ba1..edc7b147 100644 --- a/sys-process/audit/audit-2.6.4.ebuild +++ b/sys-process/audit/audit-2.6.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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 +inherit autotools linux-info multilib python-r1 systemd toolchain-funcs multilib-minimal DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="https://people.redhat.com/sgrubb/audit/" |