diff options
Diffstat (limited to 'net-nds/nsscache/nsscache-0.30.ebuild')
-rw-r--r-- | net-nds/nsscache/nsscache-0.30.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-nds/nsscache/nsscache-0.30.ebuild b/net-nds/nsscache/nsscache-0.30.ebuild index f8d2a3f20ccd..822766f671c9 100644 --- a/net-nds/nsscache/nsscache-0.30.ebuild +++ b/net-nds/nsscache/nsscache-0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,14 +14,12 @@ 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}] - nssdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] )" + dev-python/pycurl[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - nssdb? ( sys-libs/nss-db ) nsscache? ( >=sys-auth/libnss-cache-0.10 )" RESTRICT="test" S="${WORKDIR}/${PN}-version-${PV}" |