commit:     37a6bc9b8a5130f190670db174a654e17ddf7189
Author:     Leno Hou <lenohou <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 14:31:27 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 17:41:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=37a6bc9b

sys-block/partimage: run elibtoolize #580792

This is needed to support newer platforms (like ppc64le).
Signed-off-by: Leno Hou <lenohou <AT> gmail.com>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 sys-block/partimage/partimage-0.6.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-block/partimage/partimage-0.6.9.ebuild 
b/sys-block/partimage/partimage-0.6.9.ebuild
index 10f9545..92302f2 100644
--- a/sys-block/partimage/partimage-0.6.9.ebuild
+++ b/sys-block/partimage/partimage-0.6.9.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=4
-inherit eutils flag-o-matic pam user
+inherit eutils libtool flag-o-matic pam user
 
 DESCRIPTION="Console-based application to efficiently save raw partition data 
to an image file"
 HOMEPAGE="http://www.partimage.org/";
@@ -34,6 +34,7 @@ pkg_setup() {
 src_prepare() {
        epatch "${FILESDIR}"/${P}-zlib-1.2.5.2.patch #405323
        epatch "${FILESDIR}"/${P}-minor-typo.patch #580290
+       elibtoolize
 }
 
 src_configure() {

Reply via email to