diff options
author | 2023-01-07 20:42:12 +0200 | |
---|---|---|
committer | 2023-01-07 20:42:12 +0200 | |
commit | 8b64ab0b6f780aa29e5b120f0e210e1d1bf711a0 (patch) | |
tree | 21bc1873f10c0130c9e21cb698593f0ee11f335c /dev-python/filelock | |
parent | dev-python/traitlets: Stabilize 5.8.0 ALLARCHES, #890110 (diff) | |
download | gentoo-8b64ab0b6f780aa29e5b120f0e210e1d1bf711a0.tar.gz gentoo-8b64ab0b6f780aa29e5b120f0e210e1d1bf711a0.tar.bz2 gentoo-8b64ab0b6f780aa29e5b120f0e210e1d1bf711a0.zip |
dev-python/filelock: Stabilize 3.8.2 ALLARCHES, #890112
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/filelock')
-rw-r--r-- | dev-python/filelock/filelock-3.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/filelock/filelock-3.8.2.ebuild b/dev-python/filelock/filelock-3.8.2.ebuild index 21f576cb0e32..45ae4eb5be9f 100644 --- a/dev-python/filelock/filelock-3.8.2.ebuild +++ b/dev-python/filelock/filelock-3.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2022 Gentoo Authors +# Copyright 2018-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" BDEPEND=" >=dev-python/setuptools_scm-7.0.5[${PYTHON_USEDEP}] |