Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Tue, 02 Apr 2019 05:58:58
Message-Id: 1554184722.5945e7c86317ee78064b05685ec18b122edf9d8b.zmedico@gentoo
1 commit: 5945e7c86317ee78064b05685ec18b122edf9d8b
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 2 05:54:17 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 2 05:58:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5945e7c8
7
8 app-text/calibre: add dev-python/sip to DEPEND
9
10 Reported-by: Arthur Zamarin <arthurzam+gentoo <AT> gmail.com>
11 Closes: https://bugs.gentoo.org/682152
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-text/calibre/calibre-3.26.1.ebuild | 3 ++-
16 app-text/calibre/calibre-3.40.1.ebuild | 1 +
17 2 files changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/app-text/calibre/calibre-3.26.1.ebuild b/app-text/calibre/calibre-3.26.1.ebuild
20 index f761e9c5d83..c9008b5e802 100644
21 --- a/app-text/calibre/calibre-3.26.1.ebuild
22 +++ b/app-text/calibre/calibre-3.26.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -93,6 +93,7 @@ RDEPEND="${COMMON_DEPEND}
30 udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
31 DEPEND="${COMMON_DEPEND}
32 >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}]
33 + dev-python/sip[${PYTHON_USEDEP}]
34 >=virtual/podofo-build-0.9.4
35 virtual/pkgconfig"
36
37
38 diff --git a/app-text/calibre/calibre-3.40.1.ebuild b/app-text/calibre/calibre-3.40.1.ebuild
39 index a35d78bdf20..cd10ca04cdc 100644
40 --- a/app-text/calibre/calibre-3.40.1.ebuild
41 +++ b/app-text/calibre/calibre-3.40.1.ebuild
42 @@ -95,6 +95,7 @@ RDEPEND="${COMMON_DEPEND}
43 udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
44 DEPEND="${COMMON_DEPEND}
45 >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}]
46 + dev-python/sip[${PYTHON_USEDEP}]
47 >=virtual/podofo-build-0.9.6_pre20171027
48 virtual/pkgconfig"