From 37a6bc9b8a5130f190670db174a654e17ddf7189 Mon Sep 17 00:00:00 2001 From: Leno Hou Date: Tue, 28 Jun 2016 14:31:27 +0000 Subject: sys-block/partimage: run elibtoolize #580792 This is needed to support newer platforms (like ppc64le). Signed-off-by: Leno Hou Signed-off-by: Anthony G. Basile --- 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() { -- cgit v1.2.3-65-gdbad