diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-21 22:48:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-21 23:11:20 +0100 |
commit | 067b64a3ff588c2b6b61de0eedc552605ca8ef09 (patch) | |
tree | c0cf9db4a8f1c4323226a62d58e9d4a4487c9b34 /virtual | |
parent | virtual/python-futures: Keyword ~amd64-fbsd (diff) | |
download | gentoo-067b64a3ff588c2b6b61de0eedc552605ca8ef09.tar.gz gentoo-067b64a3ff588c2b6b61de0eedc552605ca8ef09.tar.bz2 gentoo-067b64a3ff588c2b6b61de0eedc552605ca8ef09.zip |
virtual/python-singledispatch: Keyword ~amd64-fbsd
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index d8fea99eb1d6..f2b54d525a42 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-0.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 @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A virtual for the Python functools.singledispatch function" 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" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} |