diff options
Diffstat (limited to 'app-arch/rpm')
-rw-r--r-- | app-arch/rpm/rpm-4.4.7-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/rpm/rpm-4.4.7-r6.ebuild b/app-arch/rpm/rpm-4.4.7-r6.ebuild index b3a0e640eb56..f22565d40417 100644 --- a/app-arch/rpm/rpm-4.4.7-r6.ebuild +++ b/app-arch/rpm/rpm-4.4.7-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r6.ebuild,v 1.1 2010/07/18 23:57:33 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r6.ebuild,v 1.2 2010/07/19 05:20:05 mr_bones_ Exp $ inherit eutils autotools distutils perl-module flag-o-matic @@ -90,7 +90,7 @@ src_install() { # Fix perllocal.pod file collision use perl && fixlocalpod - + #remove .la file. Bug #300096 rm "${D}"/$(python_get_sitedir)/${PN}/_rpmmodule.la } |