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 DE20D139694 for ; Mon, 20 Feb 2017 07:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133B0E0C5E; Mon, 20 Feb 2017 07:53:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E0969E0C5E for ; Mon, 20 Feb 2017 07:53:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 70C4533BE32 for ; Mon, 20 Feb 2017 07:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E01864E27 for ; Mon, 20 Feb 2017 07:53:53 +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: <1487577228.b97f9aca10c1d7963e1f19b07235fa7841cee3fd.polynomial-c@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-1.3.4.ebuild net-fs/nfs-utils/nfs-utils-2.1.1.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b97f9aca10c1d7963e1f19b07235fa7841cee3fd X-VCS-Branch: master Date: Mon, 20 Feb 2017 07:53:53 +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: 23003524-a8f7-4de2-9645-d48c175f4993 X-Archives-Hash: bfb9070ce0c0299b27a52bd20aafb767 commit: b97f9aca10c1d7963e1f19b07235fa7841cee3fd Author: Lars Wendler gentoo org> AuthorDate: Mon Feb 20 07:53:48 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Feb 20 07:53:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97f9aca net-fs/nfs-utils: Adjusted dependency on net-nds/rpcbind (bug #610048). Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-fs/nfs-utils/nfs-utils-1.3.4.ebuild | 4 ++-- net-fs/nfs-utils/nfs-utils-2.1.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild b/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild index 919475b240..041039131f 100644 --- a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ RESTRICT="test" #315573 DEPEND_COMMON="tcpd? ( sys-apps/tcp-wrappers ) caps? ( sys-libs/libcap ) sys-libs/e2fsprogs-libs - >=net-nds/rpcbind-0.2.0-r1 + >=net-nds/rpcbind-0.2.4 net-libs/libtirpc:= libmount? ( sys-apps/util-linux ) nfsdcld? ( >=dev-db/sqlite-3.3 ) diff --git a/net-fs/nfs-utils/nfs-utils-2.1.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.1.1.ebuild index 3f00e8328e..a568bfcf4b 100644 --- a/net-fs/nfs-utils/nfs-utils-2.1.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.1.1.ebuild @@ -24,7 +24,7 @@ RESTRICT="test" #315573 DEPEND_COMMON="tcpd? ( sys-apps/tcp-wrappers ) caps? ( sys-libs/libcap ) sys-libs/e2fsprogs-libs - >=net-nds/rpcbind-0.2.0-r1 + >=net-nds/rpcbind-0.2.4 net-libs/libtirpc:= libmount? ( sys-apps/util-linux ) nfsdcld? ( >=dev-db/sqlite-3.3 )