diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-17 23:23:33 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-17 23:23:33 +0000 |
commit | e8d4f8003ecf7c31e433e7de60e51b9d8751ed10 (patch) | |
tree | ecb6be8de697dfc1aeae1ba115a97a0d992c3bb8 /sys-fs/owfs | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-e8d4f8003ecf7c31e433e7de60e51b9d8751ed10.tar.gz gentoo-2-e8d4f8003ecf7c31e433e7de60e51b9d8751ed10.tar.bz2 gentoo-2-e8d4f8003ecf7c31e433e7de60e51b9d8751ed10.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 'sys-fs/owfs')
-rw-r--r-- | sys-fs/owfs/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/owfs/owfs-2.7_p21-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/owfs/ChangeLog b/sys-fs/owfs/ChangeLog index fe1c8c406565..9fffd81e3b0d 100644 --- a/sys-fs/owfs/ChangeLog +++ b/sys-fs/owfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/owfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.24 2014/04/03 18:54:30 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.25 2014/11/17 23:23:33 dilfridge Exp $ + + 17 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + owfs-2.7_p21-r2.ebuild: + Replace fixlocalpod with perl_delete_localpod *owfs-2.7_p21-r2 (03 Apr 2014) diff --git a/sys-fs/owfs/owfs-2.7_p21-r2.ebuild b/sys-fs/owfs/owfs-2.7_p21-r2.ebuild index d269561abb88..123525d37f68 100644 --- a/sys-fs/owfs/owfs-2.7_p21-r2.ebuild +++ b/sys-fs/owfs/owfs-2.7_p21-r2.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/sys-fs/owfs/owfs-2.7_p21-r2.ebuild,v 1.1 2014/04/03 18:54:30 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r2.ebuild,v 1.2 2014/11/17 23:23:33 dilfridge Exp $ EAPI="5" @@ -128,7 +128,7 @@ src_install() { newconfd "${FILESDIR}"/owfs.confd owfs fi fi - use perl && fixlocalpod + use perl && perl_delete_localpod if use python; then pushd module/ownet/python > /dev/null |