Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/ppc64le:master commit in: sys-block/partimage/
Date: Tue, 28 Jun 2016 17:39:46
Message-Id: 1467135685.37a6bc9b8a5130f190670db174a654e17ddf7189.blueness@gentoo
1 commit: 37a6bc9b8a5130f190670db174a654e17ddf7189
2 Author: Leno Hou <lenohou <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 14:31:27 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:41:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=37a6bc9b
7
8 sys-block/partimage: run elibtoolize #580792
9
10 This is needed to support newer platforms (like ppc64le).
11 Signed-off-by: Leno Hou <lenohou <AT> gmail.com>
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 sys-block/partimage/partimage-0.6.9.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-block/partimage/partimage-0.6.9.ebuild b/sys-block/partimage/partimage-0.6.9.ebuild
18 index 10f9545..92302f2 100644
19 --- a/sys-block/partimage/partimage-0.6.9.ebuild
20 +++ b/sys-block/partimage/partimage-0.6.9.ebuild
21 @@ -3,7 +3,7 @@
22 # $Id$
23
24 EAPI=4
25 -inherit eutils flag-o-matic pam user
26 +inherit eutils libtool flag-o-matic pam user
27
28 DESCRIPTION="Console-based application to efficiently save raw partition data to an image file"
29 HOMEPAGE="http://www.partimage.org/"
30 @@ -34,6 +34,7 @@ pkg_setup() {
31 src_prepare() {
32 epatch "${FILESDIR}"/${P}-zlib-1.2.5.2.patch #405323
33 epatch "${FILESDIR}"/${P}-minor-typo.patch #580290
34 + elibtoolize
35 }
36
37 src_configure() {