Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcsigs/
Date: Sun, 18 Feb 2018 13:57:46
Message-Id: 1518962244.8f03775351c879c09e88d6942fa842e67c3894cb.monsieurp@gentoo
1 commit: 8f03775351c879c09e88d6942fa842e67c3894cb
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 18 13:16:44 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 13:57:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f037753
7
8 dev-python/funcsigs: add ~amd64-fbsd keyword.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
16 index a6926ba1f68..27b3464b826 100644
17 --- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
18 +++ b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,13 +13,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 SLOT="0"
28 LICENSE="Apache-2.0"
29 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd"
31 IUSE="test"
32
33 DEPEND="
34 dev-python/setuptools[${PYTHON_USEDEP}]
35 test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
36 -RDEPEND=""
37
38 PATCHES=(
39 # This patch disables some tests for pypy as they do not work as expected.