From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1054257-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C92E6138335 for <garchives@archives.gentoo.org>; Fri, 26 Oct 2018 18:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1748E096F; Fri, 26 Oct 2018 18:58:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83A19E0967 for <gentoo-commits@lists.gentoo.org>; Fri, 26 Oct 2018 18:58:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C51A3335CA6 for <gentoo-commits@lists.gentoo.org>; Fri, 26 Oct 2018 18:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C10A44B for <gentoo-commits@lists.gentoo.org>; Fri, 26 Oct 2018 18:57:58 +0000 (UTC) From: "Sven Wegener" <swegener@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" <swegener@gentoo.org> Message-ID: <1540579975.92ef91863542c14c71b63dcd7c373ccf6739c331.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/knot/knot-2.6.9.ebuild net-dns/knot/knot-2.7.2.ebuild net-dns/knot/knot-2.7.3.ebuild X-VCS-Directories: net-dns/knot/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 92ef91863542c14c71b63dcd7c373ccf6739c331 X-VCS-Branch: master Date: Fri, 26 Oct 2018 18:57:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7209ddd-4469-41cf-afad-6bc9fe64e87d X-Archives-Hash: 80249c604c4d0e2013a7dc47855971e1 commit: 92ef91863542c14c71b63dcd7c373ccf6739c331 Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Fri Oct 26 18:52:55 2018 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org> CommitDate: Fri Oct 26 18:52:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ef9186 net-dns/knot: Add sub-slot dependency for userspace-rcu Signed-off-by: Sven Wegener <swegener <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-dns/knot/knot-2.6.9.ebuild | 4 ++-- net-dns/knot/knot-2.7.2.ebuild | 4 ++-- 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 e4afd6cf3d8..a99e9462b6a 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 2da8f50f93a..1312f7835d7 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 28488683ca8..1c1b445d8cc 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 )