Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/
Date: Tue, 16 Apr 2019 20:42:11
Message-Id: 1555446144.a2ceb7a7189e3dfc990622dc5ae4d4693d2a954b.chewi@gentoo
1 commit: a2ceb7a7189e3dfc990622dc5ae4d4693d2a954b
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Apr 14 17:50:56 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 16 20:22:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ceb7a7
7
8 games-util/nml: block >=dev-python/pillow-6.0.0
9
10 The tool nmlc doesn't work with dev-python/pillow in version 6.0.0 and
11 newer. So adding a blocker, to make games-misc/opengfx compiling again.
12
13 Closes: https://bugs.gentoo.org/682436
14 Package-Manager: Portage-2.3.62, Repoman-2.3.12
15 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
16 Closes: https://github.com/gentoo/gentoo/pull/11687
17 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
18
19 games-util/nml/nml-0.4.5.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/games-util/nml/nml-0.4.5.ebuild b/games-util/nml/nml-0.4.5.ebuild
23 index 0e8f0244e46..23ae3722e28 100644
24 --- a/games-util/nml/nml-0.4.5.ebuild
25 +++ b/games-util/nml/nml-0.4.5.ebuild
26 @@ -13,7 +13,7 @@ LICENSE="GPL-2+"
27 SLOT="0"
28 KEYWORDS="~amd64 ~arm ~x86"
29
30 -RDEPEND="dev-python/pillow[zlib,${PYTHON_USEDEP}]
31 +RDEPEND="<dev-python/pillow-6.0.0[zlib,${PYTHON_USEDEP}]
32 dev-python/ply[${PYTHON_USEDEP}]"
33 DEPEND="${RDEPEND}
34 dev-python/setuptools[${PYTHON_USEDEP}]"