aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Shelton <stuart@shelton.me>2018-03-24 08:16:54 +0000
committerStuart Shelton <stuart@shelton.me>2018-03-24 08:16:54 +0000
commit423e33cb5c5aa76f3836886940e79ea54a775b4a (patch)
treef1fa5b0ac8c5d76bacd62985ef27ef42a26740c8 /sys-process/audit/audit-2.6.4.ebuild
parentUpdate sys-libs/pam-1.2.1-r2 (diff)
downloadsrcshelton-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.ebuild6
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/"