diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /virtual/python-singledispatch | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r-- | virtual/python-singledispatch/Manifest | 2 | ||||
-rw-r--r-- | virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-singledispatch/Manifest b/virtual/python-singledispatch/Manifest index e0bfb4b3cd02..55c38d10def8 100644 --- a/virtual/python-singledispatch/Manifest +++ b/virtual/python-singledispatch/Manifest @@ -1,2 +1,2 @@ -EBUILD python-singledispatch-0.ebuild 539 BLAKE2B d37513c4dcfe35860ff4626c3632d4e8713aed96b083edbb68bbba4c44cd59789010251ba102a94902c2e5cc19a6ee6a7f4d9fd9f09abadbdb11dfb42c9a8cf0 SHA512 fcd4e3339245df17eddfd0e6d1fcdd73a9ce2a3b1b3694decb564b4b3c1eae567582e73c3162e6c071781f2a9754d21e325adecf023b04a268d6748b26c0592f +EBUILD python-singledispatch-0.ebuild 529 BLAKE2B 088c901ce4c488f8125ef83655daec5cc6e7ed49182693529d6e1139eefb1b4e4f5b6bb7b7950549ecde2823d8c4890a289d5437841220fe6025918c600d637b SHA512 754ea2fff0b44adfae478b8507a260190d430bf4153c0415c15da7db4413b130257663018515742d58944e561bb4bfc6918e530903e61bca969c94ff6e88f934 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 62d41a97eb90..de4f135df52e 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild @@ -13,4 +13,4 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)" + $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 pypy)" |