summaryrefslogtreecommitdiff
path: root/virtual/python-singledispatch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
commitb284a3168fa91a038925d2ecf5e4791011ea5e7d (patch)
tree16fe44748708acacd909d4e2e160a09a7f6d936a /virtual/python-singledispatch
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r--virtual/python-singledispatch/Manifest2
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-singledispatch/Manifest b/virtual/python-singledispatch/Manifest
index 0f62f50296cc..e0bfb4b3cd02 100644
--- a/virtual/python-singledispatch/Manifest
+++ b/virtual/python-singledispatch/Manifest
@@ -1,2 +1,2 @@
-EBUILD python-singledispatch-0.ebuild 537 BLAKE2B 96273e40252f35ec1f76f303cd1c830c87f45eee6b991259d18107013a3e0e9028d1f6571e8933422ac49e291f8e2fc2fb5a5ae773516ef1d2dc55fdafbba9f6 SHA512 852ead62722c8064d5ea1724fcedd5fa6ffd42a01f567c8f5264681fcc7830c80aa33be1df7fdfef9eda35c49ed2e5cd0c977d78eca15233e9f00c293b74f36b
+EBUILD python-singledispatch-0.ebuild 539 BLAKE2B d37513c4dcfe35860ff4626c3632d4e8713aed96b083edbb68bbba4c44cd59789010251ba102a94902c2e5cc19a6ee6a7f4d9fd9f09abadbdb11dfb42c9a8cf0 SHA512 fcd4e3339245df17eddfd0e6d1fcdd73a9ce2a3b1b3694decb564b4b3c1eae567582e73c3162e6c071781f2a9754d21e325adecf023b04a268d6748b26c0592f
MISC metadata.xml 386 BLAKE2B 2a6a959db0caa9e906f7ed96958366ba41bd36b8640d2ccf685faf50d44be723215773b4f056882ccc293b4b41025aec4b12586332ccc70b830d7f45fd57a1af SHA512 ba80e7786de3377de21e2511dca3bbdd8af41f5b6ba2976423bf83dc8ad1ed7f14165cc52538f33c5cf6a2086181fcc3b3f191480bd93b581704b11b93a00739
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index dde4e6b31197..62d41a97eb90 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
inherit python-r1