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 0CA10138350 for ; Thu, 23 Apr 2020 10:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7B6FE0BD0; Thu, 23 Apr 2020 10:24:59 +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 BC8CFE0BD0 for ; Thu, 23 Apr 2020 10:24:59 +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 5926834F1ED for ; Thu, 23 Apr 2020 10:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8EE51C8 for ; Thu, 23 Apr 2020 10:24:56 +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: <1587637488.a8e369f2b6f6055c866723bfcf685efb05c7acbf.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: acct-user/sndiod/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/sndiod/sndiod-0.ebuild X-VCS-Directories: acct-user/sndiod/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a8e369f2b6f6055c866723bfcf685efb05c7acbf X-VCS-Branch: dev Date: Thu, 23 Apr 2020 10:24:56 +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: c90392d8-936a-45b3-9080-400a63813453 X-Archives-Hash: 254272881c12317d6fb365cc0dc28eb1 commit: a8e369f2b6f6055c866723bfcf685efb05c7acbf Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 23 10:24:48 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 23 10:24:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8e369f2 acct-user/sndiod: add KEYWORS default acct-user keywords are stable, and we shouldnt have stable keywords in ::guru Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> acct-user/sndiod/sndiod-0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/acct-user/sndiod/sndiod-0.ebuild b/acct-user/sndiod/sndiod-0.ebuild index 9571204..e1d52a2 100644 --- a/acct-user/sndiod/sndiod-0.ebuild +++ b/acct-user/sndiod/sndiod-0.ebuild @@ -6,6 +6,7 @@ EAPI=7 inherit acct-user DESCRIPTION="daemon user for sndio" +KEYWORDS="~amd64" ACCT_USER_ID="-1" ACCT_USER_GROUPS=( audio ) ACCT_USER_HOME=/var/lib/sndio 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 59B6D138353 for ; Thu, 23 Apr 2020 10:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A199FE0C3A; Thu, 23 Apr 2020 10:39:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8B2FBE0C3A for ; Thu, 23 Apr 2020 10:39:20 +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 5F96134F204 for ; Thu, 23 Apr 2020 10:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E26431F3 for ; Thu, 23 Apr 2020 10:39: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: <1587637488.a8e369f2b6f6055c866723bfcf685efb05c7acbf.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: acct-user/sndiod/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/sndiod/sndiod-0.ebuild X-VCS-Directories: acct-user/sndiod/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a8e369f2b6f6055c866723bfcf685efb05c7acbf X-VCS-Branch: master Date: Thu, 23 Apr 2020 10:39: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: 082660ba-056a-48c6-afd0-0cf331a6550d X-Archives-Hash: 70d2be2c4a7507dd24438e08e303b315 Message-ID: <20200423103916.hkAJtzm-0KBa9IhyaPlnjDccDvBxKfkEhwQiwDrQ3_g@z> commit: a8e369f2b6f6055c866723bfcf685efb05c7acbf Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 23 10:24:48 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 23 10:24:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8e369f2 acct-user/sndiod: add KEYWORS default acct-user keywords are stable, and we shouldnt have stable keywords in ::guru Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> acct-user/sndiod/sndiod-0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/acct-user/sndiod/sndiod-0.ebuild b/acct-user/sndiod/sndiod-0.ebuild index 9571204..e1d52a2 100644 --- a/acct-user/sndiod/sndiod-0.ebuild +++ b/acct-user/sndiod/sndiod-0.ebuild @@ -6,6 +6,7 @@ EAPI=7 inherit acct-user DESCRIPTION="daemon user for sndio" +KEYWORDS="~amd64" ACCT_USER_ID="-1" ACCT_USER_GROUPS=( audio ) ACCT_USER_HOME=/var/lib/sndio