diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:21:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:21:07 +0200 |
commit | fe8d681ba5abbedc5b9bdd1337f9294ecef55b34 (patch) | |
tree | b34f5ec5e018d7c4c6e41a77291d2f75e09f9a26 /app-benchmarks/wrk | |
parent | app-benchmarks/volanomark: Sort KEYWORDS (diff) | |
download | gentoo-fe8d681ba5abbedc5b9bdd1337f9294ecef55b34.tar.gz gentoo-fe8d681ba5abbedc5b9bdd1337f9294ecef55b34.tar.bz2 gentoo-fe8d681ba5abbedc5b9bdd1337f9294ecef55b34.zip |
app-benchmarks/wrk: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-benchmarks/wrk')
-rw-r--r-- | app-benchmarks/wrk/wrk-3.1.2.ebuild | 4 | ||||
-rw-r--r-- | app-benchmarks/wrk/wrk-4.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-benchmarks/wrk/wrk-4.1.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-benchmarks/wrk/wrk-3.1.2.ebuild b/app-benchmarks/wrk/wrk-3.1.2.ebuild index 724ae80c1f05..62466fde2990 100644 --- a/app-benchmarks/wrk/wrk-3.1.2.ebuild +++ b/app-benchmarks/wrk/wrk-3.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="x86 amd64" +KEYWORDS="amd64 x86" IUSE="libressl" DEPEND=">=dev-lang/luajit-2.0.2 diff --git a/app-benchmarks/wrk/wrk-4.0.2.ebuild b/app-benchmarks/wrk/wrk-4.0.2.ebuild index 990d52d0c66d..0e6fa418a27b 100644 --- a/app-benchmarks/wrk/wrk-4.0.2.ebuild +++ b/app-benchmarks/wrk/wrk-4.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="libressl" DEPEND=">=dev-lang/luajit-2.0.2 diff --git a/app-benchmarks/wrk/wrk-4.1.0.ebuild b/app-benchmarks/wrk/wrk-4.1.0.ebuild index 397a84d29580..0e8caf2dc307 100644 --- a/app-benchmarks/wrk/wrk-4.1.0.ebuild +++ b/app-benchmarks/wrk/wrk-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="libressl" DEPEND=">=dev-lang/luajit-2.0.2 |