From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 895EB138350 for ; Fri, 1 May 2020 21:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 068F8E09AD; Fri, 1 May 2020 21:27:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E465EE09AD for ; Fri, 1 May 2020 21:27:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 976EC34F121 for ; Fri, 1 May 2020 21:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26F229C for ; Fri, 1 May 2020 21:27:03 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1588368421.8785cb64befb34b28f3bf9312b22dd61feefe720.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-4.0_pre2-r1.ebuild net-misc/chrony/chrony-4.0_pre2.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8785cb64befb34b28f3bf9312b22dd61feefe720 X-VCS-Branch: master Date: Fri, 1 May 2020 21:27:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21928bbf-2281-431a-b553-c54875ac4cc8 X-Archives-Hash: 0741c954ccf20a7a16c92e361b7714c9 commit: 8785cb64befb34b28f3bf9312b22dd61feefe720 Author: Jeroen Roovers gentoo org> AuthorDate: Fri May 1 21:26:22 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri May 1 21:27:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8785cb64 net-misc/chrony: Set sub-SLOT on dev-libs/nettle dependency Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/chrony/{chrony-4.0_pre2.ebuild => chrony-4.0_pre2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/chrony/chrony-4.0_pre2.ebuild b/net-misc/chrony/chrony-4.0_pre2-r1.ebuild similarity index 99% rename from net-misc/chrony/chrony-4.0_pre2.ebuild rename to net-misc/chrony/chrony-4.0_pre2-r1.ebuild index c4c8a13c29a..07017bb6772 100644 --- a/net-misc/chrony/chrony-4.0_pre2.ebuild +++ b/net-misc/chrony/chrony-4.0_pre2-r1.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE=" CDEPEND=" caps? ( acct-group/ntp acct-user/ntp sys-libs/libcap ) libedit? ( dev-libs/libedit ) - nettle? ( dev-libs/nettle ) + nettle? ( dev-libs/nettle:= ) readline? ( >=sys-libs/readline-4.1-r4:= ) seccomp? ( sys-libs/libseccomp ) "