commit: 851a62279314a623965c342528c8620acbda2a33 Author: Mathieu Tortuyaux <mtortuyaux <AT> microsoft <DOT> com> AuthorDate: Tue Mar 8 09:43:11 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> 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 <mtortuyaux <AT> microsoft.com> Signed-off-by: David Seifert <soap <AT> 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? (
