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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45D9F158020 for ; Sat, 15 Oct 2022 14:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AEB2E0839; Sat, 15 Oct 2022 14:31:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 455C8E0839 for ; Sat, 15 Oct 2022 14:31:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72F163410B6 for ; Sat, 15 Oct 2022 14:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E172D5F6 for ; Sat, 15 Oct 2022 14:31:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665844305.3f26f66811b276bfba603fa4f85b8065d51fce71.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sks/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sks/sks-1.1.6_p20200624-r1.ebuild X-VCS-Directories: net-misc/sks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f26f66811b276bfba603fa4f85b8065d51fce71 X-VCS-Branch: master Date: Sat, 15 Oct 2022 14:31:50 +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: cbaca3bb-282a-466f-a481-5d6d8e64d24d X-Archives-Hash: 2f6b59a2c87f1ae7454257b64cab99f1 commit: 3f26f66811b276bfba603fa4f85b8065d51fce71 Author: Sam James gentoo org> AuthorDate: Sat Oct 15 14:31:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 15 14:31:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f26f668 net-misc/sks: fix VariableScope Signed-off-by: Sam James gentoo.org> net-misc/sks/sks-1.1.6_p20200624-r1.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net-misc/sks/sks-1.1.6_p20200624-r1.ebuild b/net-misc/sks/sks-1.1.6_p20200624-r1.ebuild index 12939b3ef43a..133ea06cb8e7 100644 --- a/net-misc/sks/sks-1.1.6_p20200624-r1.ebuild +++ b/net-misc/sks/sks-1.1.6_p20200624-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,7 @@ found at https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Peering" RDEPEND=" acct-user/sks acct-group/sks - >=dev-lang/ocaml-4.0:= +