summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/nsscache/nsscache-0.31.ebuild')
-rw-r--r--net-nds/nsscache/nsscache-0.31.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-nds/nsscache/nsscache-0.31.ebuild b/net-nds/nsscache/nsscache-0.31.ebuild
index b16d07c4ca6c..a62723e48c66 100644
--- a/net-nds/nsscache/nsscache-0.31.ebuild
+++ b/net-nds/nsscache/nsscache-0.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,14 +17,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-IUSE="nssdb nsscache"
+IUSE="nsscache"
DEPEND="${PYTHON_DEPS}
dev-python/python-ldap[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
dev-python/bsddb3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
- nssdb? ( sys-libs/nss-db )
nsscache? ( >=sys-auth/libnss-cache-0.10 )"
RESTRICT="test"
S="${WORKDIR}/${PN}-version-${PV}"