Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat/
Date: Sat, 08 Jan 2022 18:03:48
Message-Id: 1641664998.662070e5c3dc11b70d1302481e326a5931b7776d.jsmolic@gentoo
1 commit: 662070e5c3dc11b70d1302481e326a5931b7776d
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 18:03:18 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 18:03:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662070e5
7
8 app-admin/filebeat: Stabilize 7.16.2 amd64, #830800
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-admin/filebeat/filebeat-7.16.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/filebeat/filebeat-7.16.2.ebuild b/app-admin/filebeat/filebeat-7.16.2.ebuild
16 index cbe1f4c32dbb..c88859905bda 100644
17 --- a/app-admin/filebeat/filebeat-7.16.2.ebuild
18 +++ b/app-admin/filebeat/filebeat-7.16.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="8"
25 @@ -1748,7 +1748,7 @@ SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz
26
27 LICENSE="Apache-2.0 BSD-2 MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 RESTRICT="test"
32
33 S="${WORKDIR}/beats-${PV}"