Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/openerp/
Date: Sun, 22 Oct 2017 16:54:47
Message-Id: 1508691229.c12da187ab2b73fe175831e9c81b1c16cf30902d.patrick@gentoo
1 commit: c12da187ab2b73fe175831e9c81b1c16cf30902d
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 22 16:40:54 2017 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 16:53:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12da187
7
8 app-office/openerp: Fix dev-python/pillow dep
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.3
11
12 app-office/openerp/openerp-7.0.20140125.ebuild | 4 ++--
13 app-office/openerp/openerp-8.0.20140125.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-office/openerp/openerp-7.0.20140125.ebuild b/app-office/openerp/openerp-7.0.20140125.ebuild
17 index 97875513997..f278f7474ac 100644
18 --- a/app-office/openerp/openerp-7.0.20140125.ebuild
19 +++ b/app-office/openerp/openerp-7.0.20140125.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -50,7 +50,7 @@ CDEPEND="!app-office/openerp-web
27 dev-python/unittest2[${PYTHON_USEDEP}]
28 dev-python/jinja[${PYTHON_USEDEP}]
29 dev-python/matplotlib[${PYTHON_USEDEP}]
30 - dev-python/pillow[jpeg,${PYTHON_USEDEP}]
31 + dev-python/pillow[jpeg(+),${PYTHON_USEDEP}]
32 ${PYTHON_DEPS}
33 "
34
35
36 diff --git a/app-office/openerp/openerp-8.0.20140125.ebuild b/app-office/openerp/openerp-8.0.20140125.ebuild
37 index 76beb424a29..cebc58dc92c 100644
38 --- a/app-office/openerp/openerp-8.0.20140125.ebuild
39 +++ b/app-office/openerp/openerp-8.0.20140125.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="5"
46 @@ -50,7 +50,7 @@ CDEPEND="!app-office/openerp-web
47 dev-python/unittest2[${PYTHON_USEDEP}]
48 dev-python/jinja[${PYTHON_USEDEP}]
49 dev-python/matplotlib[${PYTHON_USEDEP}]
50 - dev-python/pillow[jpeg,${PYTHON_USEDEP}]
51 + dev-python/pillow[jpeg(+),${PYTHON_USEDEP}]
52 ${PYTHON_DEPS}
53 "