From e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 1 Jan 2017 10:55:42 +0100 Subject: app-arch/libarchive: run elibtoolize iso eautoreconf, for we don't need the latter (no patches), bug #604026 Package-Manager: portage-2.3.0 --- app-arch/libarchive/libarchive-3.2.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-arch/libarchive') diff --git a/app-arch/libarchive/libarchive-3.2.2.ebuild b/app-arch/libarchive/libarchive-3.2.2.ebuild index eacbf9ce8949..5acc7c06738b 100644 --- a/app-arch/libarchive/libarchive-3.2.2.ebuild +++ b/app-arch/libarchive/libarchive-3.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -inherit eutils multilib-minimal toolchain-funcs autotools +inherit eutils libtool multilib-minimal toolchain-funcs DESCRIPTION="BSD tar command" HOMEPAGE="http://www.libarchive.org/" @@ -41,7 +41,7 @@ DEPEND="${RDEPEND} src_prepare() { default - eautoreconf # elibtoolize is required for Solaris sol2_ld linker fix + elibtoolize # is required for Solaris sol2_ld linker fix } multilib_src_configure() { -- cgit v1.2.3-65-gdbad