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 106EA15ACFB for ; Mon, 24 Apr 2023 11:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A5C8E0CE2; Mon, 24 Apr 2023 11:32:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23EE6E0CE2 for ; Mon, 24 Apr 2023 11:32:23 +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 61F58340F7C for ; Mon, 24 Apr 2023 11:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBE08A50 for ; Mon, 24 Apr 2023 11:32:20 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1682335907.1815d49f191046c953b430d5243ed116df5d46f8.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild X-VCS-Directories: dev-ml/ocaml-ssl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1815d49f191046c953b430d5243ed116df5d46f8 X-VCS-Branch: master Date: Mon, 24 Apr 2023 11:32:20 +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: 97ae1164-16e7-408c-a8db-a13eb3f4f6d7 X-Archives-Hash: 0a82dd5037d741facf43632afccc361b commit: 1815d49f191046c953b430d5243ed116df5d46f8 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Apr 24 11:31:22 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Apr 24 11:31:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1815d49f dev-ml/ocaml-ssl: stabilize 0.5.13 for amd64 Bug: https://bugs.gentoo.org/901695 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild index 0d6a0e426506..34f96895dae4 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/savonet/ocaml-ssl/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"