commit:     d08f9027ec713db7244dbdb900c7f2d7a5fee159
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 20:51:08 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 20:51:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08f9027

dev-python/cheetah3: fix variable order

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

 dev-python/cheetah3/cheetah3-3.3.1.ebuild | 4 ++--
 dev-python/cheetah3/cheetah3-3.3.3.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/cheetah3/cheetah3-3.3.1.ebuild 
b/dev-python/cheetah3/cheetah3-3.3.1.ebuild
index 2fb8748e3d85..f3f6408a0e61 100644
--- a/dev-python/cheetah3/cheetah3-3.3.1.ebuild
+++ b/dev-python/cheetah3/cheetah3-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,8 +23,8 @@ SRC_URI="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 SLOT="0"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="
        dev-python/markdown[${PYTHON_USEDEP}]

diff --git a/dev-python/cheetah3/cheetah3-3.3.3.ebuild 
b/dev-python/cheetah3/cheetah3-3.3.3.ebuild
index 80a8c1981903..990570eb221b 100644
--- a/dev-python/cheetah3/cheetah3-3.3.3.ebuild
+++ b/dev-python/cheetah3/cheetah3-3.3.3.ebuild
@@ -24,8 +24,8 @@ SRC_URI="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
        dev-python/markdown[${PYTHON_USEDEP}]

Reply via email to