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 2A5DA158041 for ; Wed, 28 Feb 2024 07:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 472ED2BC01E; Wed, 28 Feb 2024 07:19:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1888E2BC01F for ; Wed, 28 Feb 2024 07:19:09 +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 DE2E23406C2 for ; Wed, 28 Feb 2024 07:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6964A14F0 for ; Wed, 28 Feb 2024 07:19:05 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1709065714.f8a07615a0aa5fb4757cf56829b8e16d9be537ba.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/badwolf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/badwolf/badwolf-1.3.0.ebuild X-VCS-Directories: www-client/badwolf/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: f8a07615a0aa5fb4757cf56829b8e16d9be537ba X-VCS-Branch: master Date: Wed, 28 Feb 2024 07:19:05 +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: fe61d650-3d88-4e08-80c8-9ff4099ba613 X-Archives-Hash: 50ab4dad00cfadd1cc7c4e64ed8d0532 commit: f8a07615a0aa5fb4757cf56829b8e16d9be537ba Author: Piotr Kubaj anongoth pl> AuthorDate: Tue Feb 27 20:17:04 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Feb 27 20:28:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8a07615 www-client/badwolf: keyword 1.3.0 for ~arm64 Signed-off-by: Piotr Kubaj anongoth.pl> www-client/badwolf/badwolf-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/badwolf/badwolf-1.3.0.ebuild b/www-client/badwolf/badwolf-1.3.0.ebuild index 2b92bf406f..8b9413eae5 100644 --- a/www-client/badwolf/badwolf-1.3.0.ebuild +++ b/www-client/badwolf/badwolf-1.3.0.ebuild @@ -12,7 +12,7 @@ then else MY_P="${PN}-$(ver_rs 3 - 4 .)" SRC_URI="https://hacktivis.me/releases/${MY_P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" S="${WORKDIR}/${MY_P}" inherit savedconfig fi