diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 19:32:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 19:32:58 +0200 |
commit | fc3eb85aa0d5088e2075ba0f1b0e2ce898a2b0b5 (patch) | |
tree | 7c4891dc2501d84d40d0b58d1ff6a5fcba8048a9 /net-nds/nsscache/nsscache-0.31.ebuild | |
parent | net-misc/kafka-bin: Remove support for non-existent deps (diff) | |
download | gentoo-fc3eb85aa0d5088e2075ba0f1b0e2ce898a2b0b5.tar.gz gentoo-fc3eb85aa0d5088e2075ba0f1b0e2ce898a2b0b5.tar.bz2 gentoo-fc3eb85aa0d5088e2075ba0f1b0e2ce898a2b0b5.zip |
net-nds/nsscache: Remove support for non-existent deps
Diffstat (limited to 'net-nds/nsscache/nsscache-0.31.ebuild')
-rw-r--r-- | net-nds/nsscache/nsscache-0.31.ebuild | 5 |
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}" |