From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CD69139085 for ; Sun, 1 Jan 2017 09:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A5F8E0CAD; Sun, 1 Jan 2017 09:56:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6890FE0CAD for ; Sun, 1 Jan 2017 09:56:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 854BA33E142 for ; Sun, 1 Jan 2017 09:56:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3417B2569 for ; Sun, 1 Jan 2017 09:56:43 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1483264560.e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/libarchive/libarchive-3.2.2.ebuild X-VCS-Directories: app-arch/libarchive/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8 X-VCS-Branch: master Date: Sun, 1 Jan 2017 09:56:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0b871cd1-d80f-44de-aeb8-70a21d017b0d X-Archives-Hash: 2b3df17036033baa763f305cbed0c5c7 commit: e0c409f2e1fbd0093b0682ee4de57ac77b69d7b8 Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 1 09:55:42 2017 +0000 Commit: Fabian Groffen gentoo 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() {