diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 14:16:44 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 14:57:24 +0100 |
commit | 8f03775351c879c09e88d6942fa842e67c3894cb (patch) | |
tree | 25c90cb4504554da9837256a5c654dcdc2823a09 /dev-python | |
parent | profiles/arch/arm64: Stable-mask USE=systemd (diff) | |
download | gentoo-8f03775351c879c09e88d6942fa842e67c3894cb.tar.gz gentoo-8f03775351c879c09e88d6942fa842e67c3894cb.tar.bz2 gentoo-8f03775351c879c09e88d6942fa842e67c3894cb.zip |
dev-python/funcsigs: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild | 5 |
1 files 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 a6926ba1f685..27b3464b8267 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. |