From 701a6c4c7491de96fbc74cdf18421688dc98af4f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 14 Jun 2020 11:41:27 -0700 Subject: [PATCH] app-text/calibre: Require newer msgpack Reported-by: Marcus Comstedt Closes: https://bugs.gentoo.org/728112 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Zac Medico --- app-text/calibre/calibre-4.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/calibre/calibre-4.18.0.ebuild b/app-text/calibre/calibre-4.18.0.ebuild index f37e5cccd2f66..a4f5f90a81865 100644 --- a/app-text/calibre/calibre-4.18.0.ebuild +++ b/app-text/calibre/calibre-4.18.0.ebuild @@ -63,7 +63,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-python/lxml-3.8.0[${PYTHON_MULTI_USEDEP}] >=dev-python/markdown-3.0.1[${PYTHON_MULTI_USEDEP}] >=dev-python/mechanize-0.3.5[${PYTHON_MULTI_USEDEP}] - >=dev-python/msgpack-0.5.6[${PYTHON_MULTI_USEDEP}] + >=dev-python/msgpack-0.6.2[${PYTHON_MULTI_USEDEP}] >=dev-python/netifaces-0.10.5[${PYTHON_MULTI_USEDEP}] >=dev-python/pillow-3.2.0[${PYTHON_MULTI_USEDEP}] >=dev-python/psutil-4.3.0[${PYTHON_MULTI_USEDEP}]