From 8f03775351c879c09e88d6942fa842e67c3894cb Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 18 Feb 2018 14:16:44 +0100 Subject: [PATCH] dev-python/funcsigs: add ~amd64-fbsd keyword. Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild index a6926ba1f685e..27b3464b82675 100644 --- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild +++ b/dev-python/funcsigs/funcsigs-1.0.2-r1.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=6 @@ -13,13 +13,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd" IUSE="test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/unittest2[${PYTHON_USEDEP}] )" -RDEPEND="" PATCHES=( # This patch disables some tests for pypy as they do not work as expected.