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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 910F415808B for ; Tue, 8 Mar 2022 09:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B36E0798; Tue, 8 Mar 2022 09:43:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57061E0798 for ; Tue, 8 Mar 2022 09:43:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4796C342F08 for ; Tue, 8 Mar 2022 09:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80B382D3 for ; Tue, 8 Mar 2022 09:43:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1646732591.851a62279314a623965c342528c8620acbda2a33.soap@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.5.4-r3.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 851a62279314a623965c342528c8620acbda2a33 X-VCS-Branch: master Date: Tue, 8 Mar 2022 09:43:22 +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: 47a68fdd-b626-4dad-ac9f-ca7d679f96f0 X-Archives-Hash: 218922c3ff26574c6e7c19e82ff8daf8 commit: 851a62279314a623965c342528c8620acbda2a33 Author: Mathieu Tortuyaux microsoft com> AuthorDate: Tue Mar 8 09:43:11 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Mar 8 09:43:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851a6227 net-fs/nfs-utils: pull sqlite if nfsv4 from `./configure.ac`, it seems that this dependency is only required if `nfsv4` compilation option is enabled. Closes: https://github.com/gentoo/gentoo/pull/24235 Bug: https://bugs.gentoo.org/696250 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mathieu Tortuyaux microsoft.com> Signed-off-by: David Seifert gentoo.org> net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild b/net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild index 0f2697c12830..a9c4be2fff7d 100644 --- a/net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,6 @@ RESTRICT="test" #315573 # so don't depend on virtual/krb. # (04 Feb 2005 agriffis) COMMON_DEPEND=" - dev-db/sqlite:3 dev-libs/libxml2 net-libs/libtirpc:= >=net-nds/rpcbind-0.2.4 @@ -43,6 +42,7 @@ COMMON_DEPEND=" ) libmount? ( sys-apps/util-linux ) nfsv4? ( + dev-db/sqlite:3 dev-libs/libevent:= >=sys-apps/keyutils-1.5.9:= kerberos? (