diff options
author | Sam James <sam@gentoo.org> | 2020-12-19 19:35:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-19 19:35:04 +0000 |
commit | 57276db83ecf2d4794c1c354306d6b5deb637263 (patch) | |
tree | 649c5b9a356c4eb7de462895d8778236a6848aae /dev-python | |
parent | dev-python/three-merge: Stabilize 0.1.1 amd64, #760531 (diff) | |
download | gentoo-57276db83ecf2d4794c1c354306d6b5deb637263.tar.gz gentoo-57276db83ecf2d4794c1c354306d6b5deb637263.tar.bz2 gentoo-57276db83ecf2d4794c1c354306d6b5deb637263.zip |
dev-python/diff-match-patch: Stabilize 20200713 amd64, #760531
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20200713.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild index 727acdc84be5..015303b222fe 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20200713.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 |