diff options
author | Mathieu Tortuyaux <mtortuyaux@microsoft.com> | 2022-03-08 10:43:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-08 10:43:11 +0100 |
commit | 851a62279314a623965c342528c8620acbda2a33 (patch) | |
tree | c6138f5f68ade39b410654d177c9c944744b03b3 /net-fs | |
parent | net-wireless/iwd: Stabilize 1.24 ppc64, #834718 (diff) | |
download | gentoo-851a62279314a623965c342528c8620acbda2a33.tar.gz gentoo-851a62279314a623965c342528c8620acbda2a33.tar.bz2 gentoo-851a62279314a623965c342528c8620acbda2a33.zip |
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@microsoft.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild | 4 |
1 files 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? ( |