diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-17 23:30:21 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-17 23:30:21 +0000 |
commit | f622917708674f2f6f1756f90bfb02229fdbd21c (patch) | |
tree | 86d621edd7162270511420839815afd9aec51f67 /app-emulation/libguestfs/libguestfs-1.26.1.ebuild | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-f622917708674f2f6f1756f90bfb02229fdbd21c.tar.gz gentoo-2-f622917708674f2f6f1756f90bfb02229fdbd21c.tar.bz2 gentoo-2-f622917708674f2f6f1756f90bfb02229fdbd21c.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 'app-emulation/libguestfs/libguestfs-1.26.1.ebuild')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.26.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.26.1.ebuild b/app-emulation/libguestfs/libguestfs-1.26.1.ebuild index 02830c65edb6..946c1709d5e1 100644 --- a/app-emulation/libguestfs/libguestfs-1.26.1.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.26.1.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/app-emulation/libguestfs/libguestfs-1.26.1.ebuild,v 1.1 2014/05/01 19:23:28 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/libguestfs-1.26.1.ebuild,v 1.2 2014/11/17 23:30:21 dilfridge Exp $ EAPI="5" @@ -147,7 +147,7 @@ src_install() { strip-linguas -i po autotools-utils_src_install "LINGUAS=""${LINGUAS}""" - use perl && fixlocalpod + use perl && perl_delete_localpod } pkg_postinst() { |