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/pytest-expect/
Date: Sat, 17 Feb 2018 21:51:33
Message-Id: 1518904238.55eb8177fb69a794d2d06ebce36e19ffcec81ee7.monsieurp@gentoo
1 commit: 55eb8177fb69a794d2d06ebce36e19ffcec81ee7
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 17 18:42:05 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 17 21:50:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55eb8177
7
8 dev-python/pytest-expect: add ~amd64-fbsd keyword.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-python/pytest-expect/pytest-expect-1.1.0.ebuild | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
16 index 3684c79857e..731b4b8a78f 100644
17 --- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
18 +++ b/dev-python/pytest-expect/pytest-expect-1.1.0.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 @@ -12,10 +12,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
31 IUSE=""
32
33 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
34 +RDEPEND="
35 + dev-python/pytest[${PYTHON_USEDEP}]
36 dev-python/u-msgpack[${PYTHON_USEDEP}]"
37 -DEPEND="${RDEPEND}
38 +
39 +DEPEND="
40 + ${RDEPEND}
41 dev-python/setuptools[${PYTHON_USEDEP}]"