games-util/nml: block >=dev-python/pillow-6.0.0
authorConrad Kostecki <conrad@kostecki.com>
Sun, 14 Apr 2019 17:50:56 +0000 (19:50 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Tue, 16 Apr 2019 20:22:24 +0000 (21:22 +0100)
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@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11687
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-util/nml/nml-0.4.5.ebuild

index 0e8f0244e466b690ef3acd3738f573400c7a5591..23ae3722e28b5f94d5afb5f2c610f134a7e39c4b 100644 (file)
@@ -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}]"