diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-01 10:55:42 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-01 10:56:00 +0100 |
commit | e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8 (patch) | |
tree | 8833aa3937e41b8aa0f0c8ecc9456cfd38a9f0a2 /app-arch | |
parent | sys-devel/gnuconfig: version bump to 20170101 (diff) | |
download | gentoo-e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8.tar.gz gentoo-e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8.tar.bz2 gentoo-e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8.zip |
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')
-rw-r--r-- | app-arch/libarchive/libarchive-3.2.2.ebuild | 6 |
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 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() { |