diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-03-02 12:26:33 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-03-02 14:06:09 +0800 |
commit | 19d7347439c7e8a9eb4b4cd270b655567575ef4c (patch) | |
tree | 2dee936510e9ec5785aa6f3517891a8c37f68c53 /sys-process/audit | |
parent | dev-python/ipy: add python3_6 compat (diff) | |
download | gentoo-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.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-2.7.1.ebuild | 4 |
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/" |