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 81188138330 for ; Mon, 28 May 2018 21:48:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76FEAE07EA; Mon, 28 May 2018 21:48:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4E536E07EA for ; Mon, 28 May 2018 21:48:22 +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 38B87335C51 for ; Mon, 28 May 2018 21:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91FAB2A8 for ; Mon, 28 May 2018 21:48:19 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1527544089.d3c1580e4b5e583a457055f1a01818269e65459f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs-utils/nfs-utils-2.3.1-r3.ebuild net-fs/nfs-utils/nfs-utils-2.3.2.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d3c1580e4b5e583a457055f1a01818269e65459f X-VCS-Branch: master Date: Mon, 28 May 2018 21:48:19 +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: 29574a13-8959-4f77-a8eb-85d52d4028d4 X-Archives-Hash: 3a68db1420bf902500c56d681f470c22 commit: d3c1580e4b5e583a457055f1a01818269e65459f Author: Mike Gilbert gentoo org> AuthorDate: Mon May 28 21:48:09 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon May 28 21:48:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c1580e net-fs/nfs-utils: use system rpcgen Package-Manager: Portage-2.3.40_p4, Repoman-2.3.9_p236 net-fs/nfs-utils/nfs-utils-2.3.1-r3.ebuild | 2 ++ net-fs/nfs-utils/nfs-utils-2.3.2.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-fs/nfs-utils/nfs-utils-2.3.1-r3.ebuild b/net-fs/nfs-utils/nfs-utils-2.3.1-r3.ebuild index ed34d6a9f2f..3d68614db31 100644 --- a/net-fs/nfs-utils/nfs-utils-2.3.1-r3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.3.1-r3.ebuild @@ -59,6 +59,7 @@ RDEPEND="${DEPEND_COMMON} ) " DEPEND="${DEPEND_COMMON} + net-libs/rpcsvc-proto virtual/pkgconfig" PATCHES=( @@ -85,6 +86,7 @@ src_configure() { --enable-tirpc --with-tirpcinclude="${EPREFIX%/}"/usr/include/tirpc/ --with-pluginpath="${EPREFIX%/}"/usr/$(get_libdir)/libnfsidmap + --with-rpcgen --with-systemd="$(systemd_get_systemunitdir)" --without-gssglue $(use_enable caps) diff --git a/net-fs/nfs-utils/nfs-utils-2.3.2.ebuild b/net-fs/nfs-utils/nfs-utils-2.3.2.ebuild index c9462402c7a..16a7c4fd9ce 100644 --- a/net-fs/nfs-utils/nfs-utils-2.3.2.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.3.2.ebuild @@ -60,6 +60,7 @@ RDEPEND="${DEPEND_COMMON} " DEPEND="${DEPEND_COMMON} dev-libs/libxml2 + net-libs/rpcsvc-proto virtual/pkgconfig" PATCHES=( @@ -86,6 +87,7 @@ src_configure() { --enable-tirpc --with-tirpcinclude="${EPREFIX%/}"/usr/include/tirpc/ --with-pluginpath="${EPREFIX%/}"/usr/$(get_libdir)/libnfsidmap + --with-rpcgen --with-systemd="$(systemd_get_systemunitdir)" --without-gssglue $(use_enable caps)