Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/wrk/
Date: Thu, 20 Jan 2022 22:58:52
Message-Id: 1642719466.6aaf4de4eab3fa6fcd8fb226c95aac48ed64fa21.conikost@gentoo
1 commit: 6aaf4de4eab3fa6fcd8fb226c95aac48ed64fa21
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 22:38:50 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 22:57:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aaf4de4
7
8 app-benchmarks/wrk: x86 stable
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 app-benchmarks/wrk/wrk-4.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-benchmarks/wrk/wrk-4.2.0.ebuild b/app-benchmarks/wrk/wrk-4.2.0.ebuild
16 index 93042e4f6647..7b5de6f29559 100644
17 --- a/app-benchmarks/wrk/wrk-4.2.0.ebuild
18 +++ b/app-benchmarks/wrk/wrk-4.2.0.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 @@ -11,7 +11,7 @@ DESCRIPTION="A HTTP benchmarking tool"
26 HOMEPAGE="https://www.github.com/wg/wrk"
27 SRC_URI="https://www.github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 x86"
31 LICENSE="Apache-2.0 BSD MIT"
32 SLOT="0"
33 REQUIRED_USE="${LUA_REQUIRED_USE}"