diff options
author | Sam James <sam@gentoo.org> | 2021-01-05 21:02:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-05 21:02:43 +0000 |
commit | 66625639d5077e8e04eb5df7d4ebaf6367d5fad1 (patch) | |
tree | 99da4a179752e374539ad9b629844513144abc8b /dev-python/pathspec | |
parent | dev-python/jsonpatch: Stabilize 1.28 ALLARCHES, #763726 (diff) | |
download | gentoo-66625639d5077e8e04eb5df7d4ebaf6367d5fad1.tar.gz gentoo-66625639d5077e8e04eb5df7d4ebaf6367d5fad1.tar.bz2 gentoo-66625639d5077e8e04eb5df7d4ebaf6367d5fad1.zip |
dev-python/pathspec: Stabilize 0.8.1 ALLARCHES, #763759
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pathspec')
-rw-r--r-- | dev-python/pathspec/pathspec-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pathspec/pathspec-0.8.1.ebuild b/dev-python/pathspec/pathspec-0.8.1.ebuild index 7c5bd2c156aa..89bff8032aa5 100644 --- a/dev-python/pathspec/pathspec-0.8.1.ebuild +++ b/dev-python/pathspec/pathspec-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" distutils_enable_tests setup.py |