Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blockdiag/
Date: Wed, 27 Jun 2018 15:24:30
Message-Id: 1530113051.d75815b9e51cd8c1dbff3e3ac648c4e6e41f5ef4.dolsen@gentoo
1 commit: d75815b9e51cd8c1dbff3e3ac648c4e6e41f5ef4
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 12:45:03 2018 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 15:24:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75815b9
7
8 dev-python/blockdiag: Add undocumented configparser dep for python-2.7
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild b/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild
16 index 073726ef8e1..ddc5528b847 100644
17 --- a/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild
18 +++ b/dev-python/blockdiag/blockdiag-1.5.3-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 @@ -19,6 +19,7 @@ RDEPEND="
26 >=dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
27 >=dev-python/pillow-2.2.1[${PYTHON_USEDEP}]
28 dev-python/webcolors[${PYTHON_USEDEP}]
29 + $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 'python2_7')
30 "
31 DEPEND="
32 ${RDEPEND}