commit: a2ceb7a7189e3dfc990622dc5ae4d4693d2a954b Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Sun Apr 14 17:50:56 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Apr 16 20:22:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ceb7a7
games-util/nml: block >=dev-python/pillow-6.0.0 The tool nmlc doesn't work with dev-python/pillow in version 6.0.0 and newer. So adding a blocker, to make games-misc/opengfx compiling again. Closes: https://bugs.gentoo.org/682436 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/11687 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-util/nml/nml-0.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/nml/nml-0.4.5.ebuild b/games-util/nml/nml-0.4.5.ebuild index 0e8f0244e46..23ae3722e28 100644 --- a/games-util/nml/nml-0.4.5.ebuild +++ b/games-util/nml/nml-0.4.5.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -RDEPEND="dev-python/pillow[zlib,${PYTHON_USEDEP}] +RDEPEND="<dev-python/pillow-6.0.0[zlib,${PYTHON_USEDEP}] dev-python/ply[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"
