summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-04-14 19:50:56 +0200
committerJames Le Cuirot <chewi@gentoo.org>2019-04-16 21:22:24 +0100
commita2ceb7a7189e3dfc990622dc5ae4d4693d2a954b (patch)
tree43bf0f1be0b7d5f7f3c4264f9b4243187f6ac8c7 /games-util
parentgames-simulation/openttd: remove unused patches (diff)
downloadgentoo-a2ceb7a7189e3dfc990622dc5ae4d4693d2a954b.tar.gz
gentoo-a2ceb7a7189e3dfc990622dc5ae4d4693d2a954b.tar.bz2
gentoo-a2ceb7a7189e3dfc990622dc5ae4d4693d2a954b.zip
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@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/11687 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/nml/nml-0.4.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/nml/nml-0.4.5.ebuild b/games-util/nml/nml-0.4.5.ebuild
index 0e8f0244e466..23ae3722e28b 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}]"