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 1445E13835C for ; Fri, 5 Feb 2021 10:41:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C1BE09B7; Fri, 5 Feb 2021 10:41:03 +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 2DC0EE09BA for ; Fri, 5 Feb 2021 10:41:03 +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 B06D8342CD1 for ; Fri, 5 Feb 2021 10:41:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E74CE4C8 for ; Fri, 5 Feb 2021 10:40:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612521645.30106d70dce32edad0b961713311588b83c6b678.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/filebeat/filebeat-7.9.3.ebuild X-VCS-Directories: app-admin/filebeat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30106d70dce32edad0b961713311588b83c6b678 X-VCS-Branch: master Date: Fri, 5 Feb 2021 10:40:58 +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: eb597f1c-3c5b-4700-8387-c1013ce55b1b X-Archives-Hash: 7630c7f6d1ebd9fc88bfe30f81f8a6c4 commit: 30106d70dce32edad0b961713311588b83c6b678 Author: Sam James gentoo org> AuthorDate: Fri Feb 5 10:40:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 5 10:40:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30106d70 app-admin/filebeat: Stabilize 7.9.3 amd64, #768819 Signed-off-by: Sam James gentoo.org> app-admin/filebeat/filebeat-7.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/filebeat/filebeat-7.9.3.ebuild b/app-admin/filebeat/filebeat-7.9.3.ebuild index d3785a811d9..be347a2d4b5 100644 --- a/app-admin/filebeat/filebeat-7.9.3.ebuild +++ b/app-admin/filebeat/filebeat-7.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -988,7 +988,7 @@ SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 BSD-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RESTRICT="test" S="${WORKDIR}/beats-${PV}"