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 85D55159C9B for ; Fri, 2 Aug 2024 22:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78581E2A08; Fri, 2 Aug 2024 22:39:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DE21E2A08 for ; Fri, 2 Aug 2024 22:39:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8569E34300E for ; Fri, 2 Aug 2024 22:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75191DCA for ; Fri, 2 Aug 2024 22:39:10 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1722638106.2676b96856dc925e07a0c2d27ca326dd95ad4b72.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/haeredes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/haeredes/haeredes-0.5.4.ebuild X-VCS-Directories: net-misc/haeredes/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 2676b96856dc925e07a0c2d27ca326dd95ad4b72 X-VCS-Branch: master Date: Fri, 2 Aug 2024 22:39:10 +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: f50e623b-d70b-4bee-87b8-a7c430c80f54 X-Archives-Hash: 708d7fa631f0960927bb585544191d06 commit: 2676b96856dc925e07a0c2d27ca326dd95ad4b72 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Aug 2 22:34:59 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Aug 2 22:35:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2676b968 net-misc/haeredes: stabilize 0.5.4 for amd64 Closes: https://bugs.gentoo.org/936982 Signed-off-by: Michael Orlitzky gentoo.org> net-misc/haeredes/haeredes-0.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/haeredes/haeredes-0.5.4.ebuild b/net-misc/haeredes/haeredes-0.5.4.ebuild index e9ac2f7ab731..f2cad8509cd2 100644 --- a/net-misc/haeredes/haeredes-0.5.4.ebuild +++ b/net-misc/haeredes/haeredes-0.5.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz" LICENSE="AGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" # The test suite requires network access. RESTRICT="test"