summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-03-02 12:26:33 +0800
committerJason Zaman <perfinion@gentoo.org>2018-03-02 14:06:09 +0800
commit19d7347439c7e8a9eb4b4cd270b655567575ef4c (patch)
tree2dee936510e9ec5785aa6f3517891a8c37f68c53 /sys-process/audit
parentdev-python/ipy: add python3_6 compat (diff)
downloadgentoo-19d7347439c7e8a9eb4b4cd270b655567575ef4c.tar.gz
gentoo-19d7347439c7e8a9eb4b4cd270b655567575ef4c.tar.bz2
gentoo-19d7347439c7e8a9eb4b4cd270b655567575ef4c.zip
sys-process/audit: inherit preserve-lib eclass
Closes: https://bugs.gentoo.org/645126 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.ebuild4
-rw-r--r--sys-process/audit/audit-2.7.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild
index e83cf86b2dd1..506661c7095d 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} )
-inherit autotools multilib multilib-minimal toolchain-funcs python-r1 linux-info systemd
+inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd
DESCRIPTION="Userspace utilities for storing and processing auditing records"
HOMEPAGE="https://people.redhat.com/sgrubb/audit/"
diff --git a/sys-process/audit/audit-2.7.1.ebuild b/sys-process/audit/audit-2.7.1.ebuild
index 85a1f9a420fb..0a0028578b64 100644
--- a/sys-process/audit/audit-2.7.1.ebuild
+++ b/sys-process/audit/audit-2.7.1.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,3_6} )
-inherit autotools multilib multilib-minimal toolchain-funcs python-r1 linux-info systemd
+inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs python-r1 linux-info systemd
DESCRIPTION="Userspace utilities for storing and processing auditing records"
HOMEPAGE="https://people.redhat.com/sgrubb/audit/"