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 289F31382C5 for ; Tue, 12 Jan 2021 20:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A65E0AD4; Tue, 12 Jan 2021 20:12:30 +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 E1A8EE0AD4 for ; Tue, 12 Jan 2021 20:12:29 +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 8E27D340DD5 for ; Tue, 12 Jan 2021 20:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 089B04A1 for ; Tue, 12 Jan 2021 20:12:25 +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: <1610482050.f2abe68254f73aaadb1726774d812385296a00c5.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: f2abe68254f73aaadb1726774d812385296a00c5 X-VCS-Branch: master Date: Tue, 12 Jan 2021 20:12:25 +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: dbea5fa3-ba2b-4fdf-9479-6c9615f1a107 X-Archives-Hash: 8249701e0e313b88cdaf6d58086dbed0 commit: f2abe68254f73aaadb1726774d812385296a00c5 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 12 20:07:30 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 12 20:07:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2abe682 acct-user/purritobin: add keywords defaults to stable so we need to explicitly set it to unstable Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> acct-user/purritobin/purritobin-0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/acct-user/purritobin/purritobin-0.ebuild b/acct-user/purritobin/purritobin-0.ebuild index 677d1f01..d5bc1f52 100644 --- a/acct-user/purritobin/purritobin-0.ebuild +++ b/acct-user/purritobin/purritobin-0.ebuild @@ -6,6 +6,7 @@ EAPI=7 inherit acct-user DESCRIPTION="User for www-apps/jackett-bin" +KEYWORDS="~amd64 ~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 0E4F013835A for ; Tue, 12 Jan 2021 20:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33845E0AB1; Tue, 12 Jan 2021 20:12:19 +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 1CEA9E0AB1 for ; Tue, 12 Jan 2021 20:12:19 +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 CCFBD340AB5 for ; Tue, 12 Jan 2021 20:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AAD84C for ; Tue, 12 Jan 2021 20:12:16 +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: <1610482050.f2abe68254f73aaadb1726774d812385296a00c5.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: f2abe68254f73aaadb1726774d812385296a00c5 X-VCS-Branch: dev Date: Tue, 12 Jan 2021 20:12:16 +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: 59357376-1012-42e4-886b-fbd4d340d503 X-Archives-Hash: aabc8da6e1f305cef4bd27cf012031d7 Message-ID: <20210112201216.Lg6tcLfiwBt18Y65ZSYB51R0QI58JxWWS9NACpOVJvk@z> commit: f2abe68254f73aaadb1726774d812385296a00c5 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 12 20:07:30 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 12 20:07:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2abe682 acct-user/purritobin: add keywords defaults to stable so we need to explicitly set it to unstable Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> acct-user/purritobin/purritobin-0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/acct-user/purritobin/purritobin-0.ebuild b/acct-user/purritobin/purritobin-0.ebuild index 677d1f01..d5bc1f52 100644 --- a/acct-user/purritobin/purritobin-0.ebuild +++ b/acct-user/purritobin/purritobin-0.ebuild @@ -6,6 +6,7 @@ EAPI=7 inherit acct-user DESCRIPTION="User for www-apps/jackett-bin" +KEYWORDS="~amd64 ~x86" ACCT_USER_ID=-1 ACCT_USER_GROUPS=( purritobin )