From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id AD003158128 for ; Sun, 15 Jun 2025 02:07:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9A61C342504 for ; Sun, 15 Jun 2025 02:07:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E06C21104E1; Sun, 15 Jun 2025 02:07:29 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D5EBB1104E1 for ; Sun, 15 Jun 2025 02:07:29 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 925673423E7 for ; Sun, 15 Jun 2025 02:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 332B929B3 for ; Sun, 15 Jun 2025 02:07:28 +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: <1749953232.f247fa3e2cd083435972f4a195e62e673bdb7db2.sam@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.5.2.ebuild X-VCS-Directories: dev-lang/boogie/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f247fa3e2cd083435972f4a195e62e673bdb7db2 X-VCS-Branch: master Date: Sun, 15 Jun 2025 02:07:28 +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: 5edca174-d6f2-4dd4-bc74-62fddd36e64e X-Archives-Hash: 7d6f3681384928600bd2ee7b52e5ce74 commit: f247fa3e2cd083435972f4a195e62e673bdb7db2 Author: Sam James gentoo org> AuthorDate: Sun Jun 15 02:07:12 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 15 02:07:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f247fa3e dev-lang/boogie: Stabilize 3.5.2 amd64, #958157 Signed-off-by: Sam James gentoo.org> dev-lang/boogie/boogie-3.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/boogie/boogie-3.5.2.ebuild b/dev-lang/boogie/boogie-3.5.2.ebuild index af19ba9caf72..4590e1e625bd 100644 --- a/dev-lang/boogie/boogie-3.5.2.ebuild +++ b/dev-lang/boogie/boogie-3.5.2.ebuild @@ -210,7 +210,7 @@ else SRC_URI="https://github.com/boogie-org/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi SRC_URI+=" ${NUGET_URIS} "