Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/
Date: Wed, 21 Feb 2018 17:20:29
Message-Id: 1519233611.61caf8b700b128f979c838520fa574f8966161e6.mgorny@gentoo
1 commit: 61caf8b700b128f979c838520fa574f8966161e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 15:17:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 17:20:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61caf8b7
7
8 dev-python/backports-unittest-mock: Tested on ~amd64-fbsd
9
10 .../backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
14 index 2918bb73437..1b2fb371978 100644
15 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
16 +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
24
25 LICENSE="MIT"
26 SLOT="0"
27 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
28 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
29 IUSE="doc test"
30
31 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]