commit:     2517abb6a135219553d2b953fbcc23969926a1bf
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 15:29:12 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 15:29:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2517abb6

app-benchmarks/siege: fix variable order

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-benchmarks/siege/siege-4.1.6-r1.ebuild | 4 ++--
 1 file 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="

Reply via email to