commit:     dd661f93aa2e1cc4335075d10070e05b20ef1671
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 09:34:25 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 09:36:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd661f93

net-p2p/mktorrent: fix variable order

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

 net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild 
b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
index f1f41c1e84bf..f9d2eb03cd64 100644
--- a/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1_p20210130.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,9 +16,9 @@ else
        S="${WORKDIR}/${PN}-${COMMIT_ID}"
 fi
 
-KEYWORDS="amd64 ~arm x86"
 LICENSE="GPL-2+"
 SLOT="0"
+KEYWORDS="amd64 ~arm x86"
 IUSE="threads +ssl debug"
 
 RDEPEND="

Reply via email to