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 B4304138334 for ; Tue, 4 Sep 2018 09:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFB82E07EF; Tue, 4 Sep 2018 09:10:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80BE3E07EF for ; Tue, 4 Sep 2018 09:10:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2A109335CC8 for ; Tue, 4 Sep 2018 09:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E523C1 for ; Tue, 4 Sep 2018 09:10:08 +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: <1536052198.1b9f432f05056fb785f3cc09671959a28adb25b8.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.3.ebuild X-VCS-Directories: net-libs/libtirpc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1b9f432f05056fb785f3cc09671959a28adb25b8 X-VCS-Branch: master Date: Tue, 4 Sep 2018 09:10:08 +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: 8fa1d64f-1634-4d27-b502-5590fdb60288 X-Archives-Hash: 3ae8403dc4dbe3aec5ff64a3acc7a958 commit: 1b9f432f05056fb785f3cc09671959a28adb25b8 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 4 09:09:58 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 4 09:09:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9f432f net-libs/libtirpc: Minor ebuild cleanup. Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-libs/libtirpc/libtirpc-1.0.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-libs/libtirpc/libtirpc-1.0.3.ebuild b/net-libs/libtirpc/libtirpc-1.0.3.ebuild index e31c61c152b..edd425c4147 100644 --- a/net-libs/libtirpc/libtirpc-1.0.3.ebuild +++ b/net-libs/libtirpc/libtirpc-1.0.3.ebuild @@ -27,7 +27,6 @@ PATCHES=( src_prepare() { cp -r "${WORKDIR}"/tirpc "${S}"/ || die default - eapply_user eautoreconf }