diff options
author | 2011-02-07 21:00:11 +0000 | |
---|---|---|
committer | 2011-02-07 21:00:11 +0000 | |
commit | 0a9f1db75726824d8d665ca40c2f8f31d634ecc3 (patch) | |
tree | 27077fba57d2da0dcc304eb949d0ce895e22ee04 /sys-process/audit/audit-2.0.5.ebuild | |
parent | Add newlib to the list of crossdev-only packages. The SLOT tricks it has been... (diff) | |
download | gentoo-2-0a9f1db75726824d8d665ca40c2f8f31d634ecc3.tar.gz gentoo-2-0a9f1db75726824d8d665ca40c2f8f31d634ecc3.tar.bz2 gentoo-2-0a9f1db75726824d8d665ca40c2f8f31d634ecc3.zip |
Don't install auparse.a in Python site-packages directories.
(Portage version: 2.2.0_alpha21_p2/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/audit/audit-2.0.5.ebuild')
-rw-r--r-- | sys-process/audit/audit-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/audit/audit-2.0.5.ebuild b/sys-process/audit/audit-2.0.5.ebuild index e6fc864ace6f..77a406a4add4 100644 --- a/sys-process/audit/audit-2.0.5.ebuild +++ b/sys-process/audit/audit-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.1 2011/01/25 03:35:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.2 2011/02/07 21:00:11 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -65,7 +65,7 @@ src_prepare() { fi # Don't build static version of Python module. - epatch "${FILESDIR}"/${PN}-1.7.17-python.patch + epatch "${FILESDIR}"/${P}-python.patch # Regenerate autotooling eautoreconf |