diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-12-18 21:57:17 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-12-18 21:57:17 +0000 |
commit | f885719b92f3e31e3dbf9af310b11f1d30472a22 (patch) | |
tree | 6cbc98bcea57d426df1a3799dc4987f50451ab52 /sys-process/audit/audit-1.7.17.ebuild | |
parent | Drop presenter-screen as ext, it was turned into plain code. (diff) | |
download | gentoo-2-f885719b92f3e31e3dbf9af310b11f1d30472a22.tar.gz gentoo-2-f885719b92f3e31e3dbf9af310b11f1d30472a22.tar.bz2 gentoo-2-f885719b92f3e31e3dbf9af310b11f1d30472a22.zip |
Bug #405887: fix for newer system headers; bug #405897: bump to 1.7.18.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-process/audit/audit-1.7.17.ebuild')
-rw-r--r-- | sys-process/audit/audit-1.7.17.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-process/audit/audit-1.7.17.ebuild b/sys-process/audit/audit-1.7.17.ebuild index 3a6d788f1205..b423dff51248 100644 --- a/sys-process/audit/audit-1.7.17.ebuild +++ b/sys-process/audit/audit-1.7.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v 1.6 2012/05/21 23:23:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v 1.7 2012/12/18 21:57:17 robbat2 Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -60,7 +60,10 @@ src_prepare() { fi # Don't build static version of Python module. - epatch "${FILESDIR}"/${P}-python.patch + epatch "${FILESDIR}"/${PN}-1.7.17-python.patch + # bug #405887 + epatch "${FILESDIR}"/audit-1.7.18-as-needed.patch + epatch "${FILESDIR}"/audit-1.7.18-missing_headers.patch # Regenerate autotooling eautoreconf |