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/matterhook/
Date: Wed, 19 Sep 2018 21:13:09
Message-Id: 1537391575.b4caf31e27afcd46a74d070ce0e942c657ce50fa.monsieurp@gentoo
1 commit: b4caf31e27afcd46a74d070ce0e942c657ce50fa
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 17:56:20 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 21:12:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4caf31e
7
8 dev-python/matterhook: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/matterhook/matterhook-0.1.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/matterhook/matterhook-0.1.ebuild b/dev-python/matterhook/matterhook-0.1.ebuild
16 index 36526446b33..74ac434e2d3 100644
17 --- a/dev-python/matterhook/matterhook-0.1.ebuild
18 +++ b/dev-python/matterhook/matterhook-0.1.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,9 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31
32 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
33
34 -DEPEND="${RDEPEND}
35 +DEPEND="
36 + ${RDEPEND}
37 dev-python/setuptools[${PYTHON_USEDEP}]"