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 9B688158094 for ; Thu, 8 Sep 2022 09:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8814E0948; Thu, 8 Sep 2022 09:37:58 +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 D2903E0948 for ; Thu, 8 Sep 2022 09:37:58 +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 CC707340BCD for ; Thu, 8 Sep 2022 09:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7281B526 for ; Thu, 8 Sep 2022 09:37: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: <1662629851.cdfc6d044cda34f6d55889f074282fc47446fb47.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/himitsu-ssh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/himitsu-ssh/himitsu-ssh-0.1-r1.ebuild app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild X-VCS-Directories: app-admin/himitsu-ssh/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cdfc6d044cda34f6d55889f074282fc47446fb47 X-VCS-Branch: master Date: Thu, 8 Sep 2022 09:37: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: b64aac65-deb5-4883-ae14-e33ad792d54a X-Archives-Hash: 1dba4d0a03ecba637ab615b7282d7ade Message-ID: <20220908093756.6HCGa8w2lmlCXFAZwnaxtPQuM7h0js1sDLjvo-6FjEY@z> commit: cdfc6d044cda34f6d55889f074282fc47446fb47 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 8 09:37:31 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Sep 8 09:37:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cdfc6d04 app-admin/himitsu-ssh: drop keywords, dependency hare-ssh does not have keywords (live only) Signed-off-by: Andrew Ammerlaan gentoo.org> app-admin/himitsu-ssh/himitsu-ssh-0.1-r1.ebuild | 2 +- app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/himitsu-ssh/himitsu-ssh-0.1-r1.ebuild b/app-admin/himitsu-ssh/himitsu-ssh-0.1-r1.ebuild index b904960ae..389b24299 100644 --- a/app-admin/himitsu-ssh/himitsu-ssh-0.1-r1.ebuild +++ b/app-admin/himitsu-ssh/himitsu-ssh-0.1-r1.ebuild @@ -8,7 +8,7 @@ if [[ "${PV}" = "9999" ]]; then EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh" else SRC_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="" fi DESCRIPTION="SSH integration for Himitsu" diff --git a/app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild b/app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild index b904960ae..389b24299 100644 --- a/app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild +++ b/app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild @@ -8,7 +8,7 @@ if [[ "${PV}" = "9999" ]]; then EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh" else SRC_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="" fi DESCRIPTION="SSH integration for Himitsu"