From: Patrick Lauer Date: Sun, 22 Oct 2017 16:40:54 +0000 (+0000) Subject: app-office/openerp: Fix dev-python/pillow dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c12da187ab2b73fe175831e9c81b1c16cf30902d;p=gentoo.git app-office/openerp: Fix dev-python/pillow dep Package-Manager: Portage-2.3.12, Repoman-2.3.3 --- diff --git a/app-office/openerp/openerp-7.0.20140125.ebuild b/app-office/openerp/openerp-7.0.20140125.ebuild index 97875513997c..f278f7474ac6 100644 --- a/app-office/openerp/openerp-7.0.20140125.ebuild +++ b/app-office/openerp/openerp-7.0.20140125.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -50,7 +50,7 @@ CDEPEND="!app-office/openerp-web dev-python/unittest2[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pillow[jpeg,${PYTHON_USEDEP}] + dev-python/pillow[jpeg(+),${PYTHON_USEDEP}] ${PYTHON_DEPS} " diff --git a/app-office/openerp/openerp-8.0.20140125.ebuild b/app-office/openerp/openerp-8.0.20140125.ebuild index 76beb424a29a..cebc58dc92c2 100644 --- a/app-office/openerp/openerp-8.0.20140125.ebuild +++ b/app-office/openerp/openerp-8.0.20140125.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -50,7 +50,7 @@ CDEPEND="!app-office/openerp-web dev-python/unittest2[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pillow[jpeg,${PYTHON_USEDEP}] + dev-python/pillow[jpeg(+),${PYTHON_USEDEP}] ${PYTHON_DEPS} "