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: app-portage/gemato/
Date: Sat, 02 Jun 2018 08:01:10
Message-Id: 1527926454.f86d74a6a4f1490f1cf6075f656b7404e00a05b2.mgorny@gentoo
1 commit: f86d74a6a4f1490f1cf6075f656b7404e00a05b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 07:59:50 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 08:00:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86d74a6
7
8 app-portage/gemato: Bump dep on setuptools
9
10 Closes: https://bugs.gentoo.org/657080
11
12 app-portage/gemato/gemato-12.2.ebuild | 2 +-
13 app-portage/gemato/gemato-13.0.ebuild | 2 +-
14 app-portage/gemato/gemato-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-portage/gemato/gemato-12.2.ebuild b/app-portage/gemato/gemato-12.2.ebuild
18 index 41600021c7a..180af2c047e 100644
19 --- a/app-portage/gemato/gemato-12.2.ebuild
20 +++ b/app-portage/gemato/gemato-12.2.ebuild
21 @@ -26,7 +26,7 @@ MODULE_RDEPEND="
22
23 RDEPEND="${MODULE_RDEPEND}
24 dev-python/setuptools[${PYTHON_USEDEP}]"
25 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
26 +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}]
27 test? ( ${MODULE_RDEPEND} )"
28
29 python_test() {
30
31 diff --git a/app-portage/gemato/gemato-13.0.ebuild b/app-portage/gemato/gemato-13.0.ebuild
32 index e8ab1e019ab..c47ad1f06cc 100644
33 --- a/app-portage/gemato/gemato-13.0.ebuild
34 +++ b/app-portage/gemato/gemato-13.0.ebuild
35 @@ -26,7 +26,7 @@ MODULE_RDEPEND="
36
37 RDEPEND="${MODULE_RDEPEND}
38 dev-python/setuptools[${PYTHON_USEDEP}]"
39 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
40 +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}]
41 test? ( ${MODULE_RDEPEND} )"
42
43 python_test() {
44
45 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
46 index 605958de2ad..2a955da4d7d 100644
47 --- a/app-portage/gemato/gemato-9999.ebuild
48 +++ b/app-portage/gemato/gemato-9999.ebuild
49 @@ -27,7 +27,7 @@ MODULE_RDEPEND="
50
51 RDEPEND="${MODULE_RDEPEND}
52 dev-python/setuptools[${PYTHON_USEDEP}]"
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
54 +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}]
55 test? ( ${MODULE_RDEPEND} )"
56
57 python_test() {