diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 21:29:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 21:34:55 +0100 |
commit | ccd7d8c5e28974c7069a0b8dcdaf208bd13a17a2 (patch) | |
tree | be5c218ce2340091d13cd86dbe8f2f321866add3 /dev-python/diff-match-patch | |
parent | dev-python/diff-match-patch: Mark ALLARCHES (diff) | |
download | gentoo-ccd7d8c5e28974c7069a0b8dcdaf208bd13a17a2.tar.gz gentoo-ccd7d8c5e28974c7069a0b8dcdaf208bd13a17a2.tar.bz2 gentoo-ccd7d8c5e28974c7069a0b8dcdaf208bd13a17a2.zip |
dev-python/diff-match-patch: Stabilize 20181111 ALLARCHES
Closes: https://bugs.gentoo.org/714312
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20181111.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild b/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild index c9290627a431..2bfeee2ef32b 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 arm64 x86" distutils_enable_tests pytest |