diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-04-10 11:44:03 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-04-10 11:44:03 +0100 |
commit | f610710218e201357ab6fcf08847bb8bab337f0b (patch) | |
tree | f7ac763adfdcad6609503c3146c835fa5a7fe7da /dev-python/pathspec | |
parent | sys-libs/binutils-libs-2.38-r1: fix compilation on Darwin (diff) | |
download | gentoo-f610710218e201357ab6fcf08847bb8bab337f0b.tar.gz gentoo-f610710218e201357ab6fcf08847bb8bab337f0b.tar.bz2 gentoo-f610710218e201357ab6fcf08847bb8bab337f0b.zip |
dev-python/pathspec: Keyword 0.9.0 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/pathspec')
-rw-r--r-- | dev-python/pathspec/pathspec-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pathspec/pathspec-0.9.0.ebuild b/dev-python/pathspec/pathspec-0.9.0.ebuild index 6b68dee91963..a340670207ac 100644 --- a/dev-python/pathspec/pathspec-0.9.0.ebuild +++ b/dev-python/pathspec/pathspec-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" distutils_enable_tests unittest |