diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-16 22:51:08 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-16 22:51:08 +0200 |
commit | d08f9027ec713db7244dbdb900c7f2d7a5fee159 (patch) | |
tree | 722580f84fd4f47ff48ecfee551f8d08828ad455 /dev-python/cheetah3 | |
parent | dev-python/cheetah3: link py3.13 failure report (diff) | |
download | gentoo-d08f9027ec713db7244dbdb900c7f2d7a5fee159.tar.gz gentoo-d08f9027ec713db7244dbdb900c7f2d7a5fee159.tar.bz2 gentoo-d08f9027ec713db7244dbdb900c7f2d7a5fee159.zip |
dev-python/cheetah3: fix variable order
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/cheetah3')
-rw-r--r-- | dev-python/cheetah3/cheetah3-3.3.1.ebuild | 4 | ||||
-rw-r--r-- | 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}] |