diff options
author | 2024-08-31 17:29:12 +0200 | |
---|---|---|
committer | 2024-08-31 17:29:12 +0200 | |
commit | 2517abb6a135219553d2b953fbcc23969926a1bf (patch) | |
tree | a6ef9f0ae5831a76858a984ad843e6ccc4b5e31c /app-benchmarks | |
parent | app-benchmarks/siege: drop 4.1.0, 4.1.6 (diff) | |
download | gentoo-2517abb6a135219553d2b953fbcc23969926a1bf.tar.gz gentoo-2517abb6a135219553d2b953fbcc23969926a1bf.tar.bz2 gentoo-2517abb6a135219553d2b953fbcc23969926a1bf.zip |
app-benchmarks/siege: fix variable order
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/siege/siege-4.1.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/siege/siege-4.1.6-r1.ebuild b/app-benchmarks/siege/siege-4.1.6-r1.ebuild index 41bb48b2bedf..e7c273c9b416 100644 --- a/app-benchmarks/siege/siege-4.1.6-r1.ebuild +++ b/app-benchmarks/siege/siege-4.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,8 +10,8 @@ HOMEPAGE="https://www.joedog.org/siege-home https://github.com/JoeDog/siege" SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc x86 ~x64-macos" SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc x86 ~x64-macos" IUSE="ssl" RDEPEND=" |