diff options
author | Sam James <sam@gentoo.org> | 2021-05-26 10:27:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-26 10:30:30 +0000 |
commit | b5e704d156f1ff9962e9c93685d1ff9b40164c63 (patch) | |
tree | 4bd2b7ca4ab4428da39560c1bc0ed03f3e909b84 /net-nds | |
parent | media-sound/lilypond: bump to 2.22.1 & 2.23.2 + py3_10 (diff) | |
download | gentoo-b5e704d156f1ff9962e9c93685d1ff9b40164c63.tar.gz gentoo-b5e704d156f1ff9962e9c93685d1ff9b40164c63.tar.bz2 gentoo-b5e704d156f1ff9962e9c93685d1ff9b40164c63.zip |
net-nds/nsscache: hide bsddb3 usage behind USE=berkdb
We're looking at deprecating sys-libs/db usage where possible.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/nsscache/nsscache-0.39.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/nsscache/nsscache-0.39.ebuild b/net-nds/nsscache/nsscache-0.39.ebuild index 10bc2e809456..1b85909b4234 100644 --- a/net-nds/nsscache/nsscache-0.39.ebuild +++ b/net-nds/nsscache/nsscache-0.39.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,13 +17,13 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="nsscache s3" +IUSE="berkdb nsscache s3" RESTRICT="test" # requires network DEPEND=" dev-python/ldap3[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] - dev-python/bsddb3[${PYTHON_USEDEP}] + berkdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] ) s3? ( dev-python/boto3[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND} nsscache? ( >=sys-auth/libnss-cache-0.10 )" |