diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-21 22:47:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-21 23:11:18 +0100 |
commit | d6441cf77b70977ea6d8283d85f58f7bc691bfd9 (patch) | |
tree | 6c4e44ca4e45d0e7e517f998b21d25e400dfeb6e /dev-python/singledispatch | |
parent | dev-python/futures: Tested on ~amd64-fbsd (diff) | |
download | gentoo-d6441cf77b70977ea6d8283d85f58f7bc691bfd9.tar.gz gentoo-d6441cf77b70977ea6d8283d85f58f7bc691bfd9.tar.bz2 gentoo-d6441cf77b70977ea6d8283d85f58f7bc691bfd9.zip |
dev-python/singledispatch: Keyword ~amd64-fbsd
Diffstat (limited to 'dev-python/singledispatch')
-rw-r--r-- | dev-python/singledispatch/singledispatch-3.4.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}]" |