summaryrefslogtreecommitdiff
path: root/app-arch/libarchive
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-01-01 10:55:42 +0100
committerFabian Groffen <grobian@gentoo.org>2017-01-01 10:56:00 +0100
commite0c409f2e1fbd0093b0682ee4de57ac77b69d7b8 (patch)
tree8833aa3937e41b8aa0f0c8ecc9456cfd38a9f0a2 /app-arch/libarchive
parent9c3133a99ee19057977c3071219c694847d8bf6c (diff)
downloadgentoo-e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8.tar.gz
gentoo-e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8.tar.xz
app-arch/libarchive: run elibtoolize iso eautoreconf, for we don't need the latter (no patches), bug #604026
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-arch/libarchive')
-rw-r--r--app-arch/libarchive/libarchive-3.2.2.ebuild6
1 files 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 eacbf9ce894..5acc7c06738 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() {