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 34A731382C5 for ; Tue, 16 Feb 2021 02:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 613F2E087F; Tue, 16 Feb 2021 02:38:45 +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 43C69E087F for ; Tue, 16 Feb 2021 02:38:45 +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 F2ACF3411F8 for ; Tue, 16 Feb 2021 02:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12C134AF for ; Tue, 16 Feb 2021 02:38:42 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1613443014.f44f9ac34cb7b0d7929765834916195d6e6ba554.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/sshguard/sshguard-2.4.1-r1.ebuild X-VCS-Directories: app-admin/sshguard/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f44f9ac34cb7b0d7929765834916195d6e6ba554 X-VCS-Branch: master Date: Tue, 16 Feb 2021 02:38:42 +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: 823aafd8-a3da-4420-aefe-e7050431449f X-Archives-Hash: 3228d72791c24d05eb9cd2a7d9616631 commit: f44f9ac34cb7b0d7929765834916195d6e6ba554 Author: Yixun Lan gentoo org> AuthorDate: Tue Feb 16 02:36:54 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Feb 16 02:36:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44f9ac3 app-admin/sshguard: amd64 stable tested on amd64/systemd profile Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Yixun Lan gentoo.org> app-admin/sshguard/sshguard-2.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild index ee4653a215e..ac8eb27187e 100644 --- a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild +++ b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == 99999 ]] ; then EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="BSD"