diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 20:48:53 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 20:48:53 +0000 |
commit | bc3443d79984192f0c39714619b793630a14fbb6 (patch) | |
tree | 7d766ecd4ae457324336b42018f23d2fbba38bb5 /media-libs/ming/ming-0.4.5.ebuild | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-bc3443d79984192f0c39714619b793630a14fbb6.tar.gz gentoo-2-bc3443d79984192f0c39714619b793630a14fbb6.tar.bz2 gentoo-2-bc3443d79984192f0c39714619b793630a14fbb6.zip |
Replace fixlocalpod with perl_delete_localpod
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'media-libs/ming/ming-0.4.5.ebuild')
-rw-r--r-- | media-libs/ming/ming-0.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ming/ming-0.4.5.ebuild b/media-libs/ming/ming-0.4.5.ebuild index 5ab3eddc2a5a..21369d1b514d 100644 --- a/media-libs/ming/ming-0.4.5.ebuild +++ b/media-libs/ming/ming-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.5.ebuild,v 1.2 2014/08/29 20:31:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.5.ebuild,v 1.3 2014/11/16 20:48:53 dilfridge Exp $ EAPI=5 @@ -99,7 +99,7 @@ src_install() { autotools-utils_src_install INSTALLDIRS="vendor" - fixlocalpod + perl_delete_localpod if use php; then cd "${S}"/php_ext |