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 D94CE138334 for ; Mon, 13 May 2019 08:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C0EE0899; Mon, 13 May 2019 08:06:57 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED2B4E0899 for ; Mon, 13 May 2019 08:06:56 +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 BBFE03441D6 for ; Mon, 13 May 2019 08:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9CA35F1 for ; Mon, 13 May 2019 08:06: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: <1557734799.f2e0a79ceca0edb072350594f47d143f7fd56db2.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-2.3.3.ebuild net-fs/nfs-utils/nfs-utils-2.3.4.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f2e0a79ceca0edb072350594f47d143f7fd56db2 X-VCS-Branch: master Date: Mon, 13 May 2019 08:06: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b993744b-e728-4ec8-bcac-446cfce1d610 X-Archives-Hash: 102dfe245d5ac8e25d06940a5396f1d3 commit: f2e0a79ceca0edb072350594f47d143f7fd56db2 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun May 12 23:51:17 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon May 13 08:06:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e0a79c net-fs/nfs-utils: Depend on dev-libs/libxml2 in DEPEND+RDEPEND, and not BDEPEND. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Closes: https://bugs.gentoo.org/685756 Signed-off-by: Lars Wendler gentoo.org> net-fs/nfs-utils/nfs-utils-2.3.3.ebuild | 2 +- net-fs/nfs-utils/nfs-utils-2.3.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild b/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild index 07216af6e21..b98297ce0b0 100644 --- a/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild @@ -29,6 +29,7 @@ RESTRICT="test" #315573 # so don't depend on virtual/krb. # (04 Feb 2005 agriffis) DEPEND_COMMON=" + dev-libs/libxml2 net-libs/libtirpc:= >=net-nds/rpcbind-0.2.4 sys-libs/e2fsprogs-libs @@ -59,7 +60,6 @@ RDEPEND="${DEPEND_COMMON} ) " DEPEND="${DEPEND_COMMON} - dev-libs/libxml2 net-libs/rpcsvc-proto virtual/pkgconfig" diff --git a/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild b/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild index d1417e6ba2e..dafe5f83ce3 100644 --- a/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild @@ -29,6 +29,7 @@ RESTRICT="test" #315573 # (04 Feb 2005 agriffis) DEPEND=" >=dev-db/sqlite-3.3 + dev-libs/libxml2 net-libs/libtirpc:= >=net-nds/rpcbind-0.2.4 sys-libs/e2fsprogs-libs @@ -58,7 +59,6 @@ RDEPEND="${DEPEND} ) " BDEPEND=" - dev-libs/libxml2 net-libs/rpcsvc-proto virtual/pkgconfig "