commit: e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Jan 1 09:55:42 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Jan 1 09:56:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c409f2
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(-) diff --git a/app-arch/libarchive/libarchive-3.2.2.ebuild b/app-arch/libarchive/libarchive-3.2.2.ebuild index eacbf9c..5acc7c0 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() {
