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 C76DC158044 for ; Fri, 8 Mar 2024 13:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2332E2A00; Fri, 8 Mar 2024 13:09:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B5846E29FD for ; Fri, 8 Mar 2024 13:09:39 +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 CADA6341E1C for ; Fri, 8 Mar 2024 13:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5745F119 for ; Fri, 8 Mar 2024 13:09:37 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1709903371.d9f4cd19656a1a6b9eb5ee6c9781592317c36f9f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/boogie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/boogie/boogie-3.0.11.ebuild X-VCS-Directories: dev-lang/boogie/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d9f4cd19656a1a6b9eb5ee6c9781592317c36f9f X-VCS-Branch: master Date: Fri, 8 Mar 2024 13:09:37 +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: a01df45d-365a-4e13-ac13-678e51e7c5fb X-Archives-Hash: ca1a54692db4a9ce7152819b12bb7f9b commit: d9f4cd19656a1a6b9eb5ee6c9781592317c36f9f Author: Arthur Zamarin gentoo org> AuthorDate: Fri Mar 8 13:09:31 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 8 13:09:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f4cd19 dev-lang/boogie: Stabilize 3.0.11 amd64, #926440 Signed-off-by: Arthur Zamarin gentoo.org> dev-lang/boogie/boogie-3.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/boogie/boogie-3.0.11.ebuild b/dev-lang/boogie/boogie-3.0.11.ebuild index a971cec1cdde..86a1c4aef664 100644 --- a/dev-lang/boogie/boogie-3.0.11.ebuild +++ b/dev-lang/boogie/boogie-3.0.11.ebuild @@ -210,7 +210,7 @@ else SRC_URI="https://github.com/boogie-org/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi SRC_URI+=" ${NUGET_URIS} "