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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25DD31382C5 for ; Tue, 12 Jan 2021 20:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3071FE0ADB; Tue, 12 Jan 2021 20:45:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18E46E0ADB for ; Tue, 12 Jan 2021 20:45:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 178B6335DB6 for ; Tue, 12 Jan 2021 20:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D3E46B for ; Tue, 12 Jan 2021 20:45:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610484300.f5ce6490d4fe5f6dbc8a98d073e8f3f26bb51952.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: acct-user/purritobin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/purritobin/purritobin-0.ebuild X-VCS-Directories: acct-user/purritobin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f5ce6490d4fe5f6dbc8a98d073e8f3f26bb51952 X-VCS-Branch: dev Date: Tue, 12 Jan 2021 20:45: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: b8f6e687-19b2-4ea2-8eb9-9b65151f8228 X-Archives-Hash: 9fa51d13e585035905c0703112332ada commit: f5ce6490d4fe5f6dbc8a98d073e8f3f26bb51952 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 12 20:45:00 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 12 20:45:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5ce6490 acct-user/purritobin: add arm64 keyword Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> acct-user/purritobin/purritobin-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acct-user/purritobin/purritobin-0.ebuild b/acct-user/purritobin/purritobin-0.ebuild index d5bc1f52..a5fc9ad6 100644 --- a/acct-user/purritobin/purritobin-0.ebuild +++ b/acct-user/purritobin/purritobin-0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit acct-user DESCRIPTION="User for www-apps/jackett-bin" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" ACCT_USER_ID=-1 ACCT_USER_GROUPS=( purritobin ) 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A98111382C5 for ; Tue, 12 Jan 2021 20:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C00BAE0ADD; Tue, 12 Jan 2021 20:45:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9831E0ADD for ; Tue, 12 Jan 2021 20:45:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68CDD34097F for ; Tue, 12 Jan 2021 20:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F015B46B for ; Tue, 12 Jan 2021 20:45:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610484300.f5ce6490d4fe5f6dbc8a98d073e8f3f26bb51952.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: acct-user/purritobin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/purritobin/purritobin-0.ebuild X-VCS-Directories: acct-user/purritobin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f5ce6490d4fe5f6dbc8a98d073e8f3f26bb51952 X-VCS-Branch: master Date: Tue, 12 Jan 2021 20:45: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: 1674574d-2a72-429c-a0c5-0d051511c0ef X-Archives-Hash: 5d7423a6b633861e2b132fe3143ff0a7 Message-ID: <20210112204510.g7C-dOxlqe5QtUoC57GlbEtxRtbDqR0fwuZa5as-N98@z> commit: f5ce6490d4fe5f6dbc8a98d073e8f3f26bb51952 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 12 20:45:00 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 12 20:45:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5ce6490 acct-user/purritobin: add arm64 keyword Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> acct-user/purritobin/purritobin-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acct-user/purritobin/purritobin-0.ebuild b/acct-user/purritobin/purritobin-0.ebuild index d5bc1f52..a5fc9ad6 100644 --- a/acct-user/purritobin/purritobin-0.ebuild +++ b/acct-user/purritobin/purritobin-0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit acct-user DESCRIPTION="User for www-apps/jackett-bin" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" ACCT_USER_ID=-1 ACCT_USER_GROUPS=( purritobin )