diff options
author | Sven Wegener <swegener@gentoo.org> | 2018-10-26 18:52:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2018-10-26 18:52:55 +0000 |
commit | 92ef91863542c14c71b63dcd7c373ccf6739c331 (patch) | |
tree | 2f1e179ce0213075582f892fd5972a35797614fc /net-dns/knot | |
parent | sys-fs/multipath-tools: Add sub-slot dependency for userspace-rcu (diff) | |
download | gentoo-92ef91863542c14c71b63dcd7c373ccf6739c331.tar.gz gentoo-92ef91863542c14c71b63dcd7c373ccf6739c331.tar.bz2 gentoo-92ef91863542c14c71b63dcd7c373ccf6739c331.zip |
net-dns/knot: Add sub-slot dependency for userspace-rcu
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'net-dns/knot')
-rw-r--r-- | net-dns/knot/knot-2.6.9.ebuild | 4 | ||||
-rw-r--r-- | net-dns/knot/knot-2.7.2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/knot/knot-2.7.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-dns/knot/knot-2.6.9.ebuild b/net-dns/knot/knot-2.6.9.ebuild index e4afd6cf3d88..a99e9462b6a7 100644 --- a/net-dns/knot/knot-2.6.9.ebuild +++ b/net-dns/knot/knot-2.6.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}" RDEPEND=" dev-db/lmdb dev-libs/libedit - dev-libs/userspace-rcu + dev-libs/userspace-rcu:= dev-python/lmdb net-libs/gnutls caps? ( sys-libs/libcap-ng ) diff --git a/net-dns/knot/knot-2.7.2.ebuild b/net-dns/knot/knot-2.7.2.ebuild index 2da8f50f93a2..1312f7835d72 100644 --- a/net-dns/knot/knot-2.7.2.ebuild +++ b/net-dns/knot/knot-2.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}" RDEPEND=" dev-db/lmdb dev-libs/libedit - dev-libs/userspace-rcu + dev-libs/userspace-rcu:= dev-python/lmdb net-libs/gnutls caps? ( sys-libs/libcap-ng ) diff --git a/net-dns/knot/knot-2.7.3.ebuild b/net-dns/knot/knot-2.7.3.ebuild index 28488683ca8f..1c1b445d8ccc 100644 --- a/net-dns/knot/knot-2.7.3.ebuild +++ b/net-dns/knot/knot-2.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}" RDEPEND=" dev-db/lmdb dev-libs/libedit - dev-libs/userspace-rcu + dev-libs/userspace-rcu:= dev-python/lmdb net-libs/gnutls caps? ( sys-libs/libcap-ng ) |