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 2697A139694 for ; Wed, 5 Jul 2017 21:46:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F4BF274008; Wed, 5 Jul 2017 21:46:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 680CE274008 for ; Wed, 5 Jul 2017 21:46:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EA1C341817 for ; Wed, 5 Jul 2017 21:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98EA02517 for ; Wed, 5 Jul 2017 21:46:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1499291192.8b0ba00a6346847e026eb3df5714e91bf6d2c7dc.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtirpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild X-VCS-Directories: net-libs/libtirpc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8b0ba00a6346847e026eb3df5714e91bf6d2c7dc X-VCS-Branch: master Date: Wed, 5 Jul 2017 21:46:51 +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: 0bf2c8b9-3fe3-4f6b-b267-010e3bd2cda0 X-Archives-Hash: 64324ed62463138133d300a739f7dd4a commit: 8b0ba00a6346847e026eb3df5714e91bf6d2c7dc Author: Craig Andrews integralblue com> AuthorDate: Wed Jul 5 18:23:13 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 5 21:46:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0ba00a net-libs/libtirpc: Fixed build with latest automake Gentoo-bug: 623868 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5046 net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild b/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild index 7a836805185..d1f98f79106 100644 --- a/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild +++ b/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit multilib-minimal toolchain-funcs eutils +inherit autotools multilib-minimal toolchain-funcs eutils DESCRIPTION="Transport Independent RPC library (SunRPC replacement)" HOMEPAGE="http://libtirpc.sourceforge.net/" @@ -34,6 +34,7 @@ src_prepare() { cp -r "${WORKDIR}"/tirpc "${S}"/ || die epatch "${PATCHES[@]}" epatch_user + eautoreconf } multilib_src_configure() {