Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/
Date: Sun, 01 Jan 2017 09:56:56
Message-Id: 1483264560.e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8.grobian@gentoo
1 commit: e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 09:55:42 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 09:56:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c409f2
7
8 app-arch/libarchive: run elibtoolize iso eautoreconf, for we don't need the latter (no patches), bug #604026
9
10 Package-Manager: portage-2.3.0
11
12 app-arch/libarchive/libarchive-3.2.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-arch/libarchive/libarchive-3.2.2.ebuild b/app-arch/libarchive/libarchive-3.2.2.ebuild
16 index eacbf9c..5acc7c0 100644
17 --- a/app-arch/libarchive/libarchive-3.2.2.ebuild
18 +++ b/app-arch/libarchive/libarchive-3.2.2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=6
26 -inherit eutils multilib-minimal toolchain-funcs autotools
27 +inherit eutils libtool multilib-minimal toolchain-funcs
28
29 DESCRIPTION="BSD tar command"
30 HOMEPAGE="http://www.libarchive.org/"
31 @@ -41,7 +41,7 @@ DEPEND="${RDEPEND}
32
33 src_prepare() {
34 default
35 - eautoreconf # elibtoolize is required for Solaris sol2_ld linker fix
36 + elibtoolize # is required for Solaris sol2_ld linker fix
37 }
38
39 multilib_src_configure() {