summaryrefslogtreecommitdiff
path: root/dev-python/singledispatch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /dev-python/singledispatch
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'dev-python/singledispatch')
-rw-r--r--dev-python/singledispatch/Manifest2
-rw-r--r--dev-python/singledispatch/singledispatch-3.4.0.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/singledispatch/Manifest b/dev-python/singledispatch/Manifest
index 95fab6706140..e32a453413a5 100644
--- a/dev-python/singledispatch/Manifest
+++ b/dev-python/singledispatch/Manifest
@@ -1,3 +1,3 @@
DIST singledispatch-3.4.0.3.tar.gz 9529 BLAKE2B 51e948c1a60adac7db3b97931becad4c699277b7c6af2e211e160fd6ec8fdf0501a3a2b40780b9bf7a2a5c62d08d905c7058c5a771018f9ec78a60688e3b03b5 SHA512 ba065d36092ddee6527be3d7cb777c51c0949855bf6dd0ffb7c25acaedaa35d36fe6dc096587acddcd1e9e54c6ac5f92c196b11f9ee1270cc0c1cf2f410446cf
-EBUILD singledispatch-3.4.0.3.ebuild 635 BLAKE2B 9f056a56a1dce90fd9f52925b4416a3463324e433ce312e54d2bec82fe92040baf0f5476f04ccd24d8b465b9e14ca875511bbac37825c57aa230ef69ed1e3769 SHA512 60867a2a09d86401a9a8c3aeb6f7c1f5d28b682251ceafd50a2dc92c2cca62eb1ea4226990f90d848ddefceacb4b87be0fbcc27c89fa30002b64480f3ad80fa1
+EBUILD singledispatch-3.4.0.3.ebuild 647 BLAKE2B 01d0950c23bb28eeb26e49714d190dc62491a666611eea227591e8633d2436390a41c9225bb87e098a137feadc18cfcc58b2a87b3ad05fa3d1a254d37543ee0e SHA512 1e3b047cdd290b44ddf6fe17702d73ad34e329cb793a4cf6b8fbbb593b21fbdeeea2da46f9f640a779e169a76c94af4d9fe254184e8dd577f6d22663958d6560
MISC metadata.xml 463 BLAKE2B b72d957aeb11979138c6d0bb9b7181de4bc7a899f7fa5ea5f91c58b447a0643b6c94263af24d1fea434752a0fd1178f1d388ea5d4e0e1f043ddd9b93b4c60947 SHA512 5375100b85310a816ee67ed7ccd23b7e17e3bc35e483166673c7cbd3a49b82166e9a4f4df0effb7b5f0bf1529fec26f3f8fcc692677ae7849d2d7501cc326950
diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
index a22289732893..34fa938254a2 100644
--- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
+++ b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"