Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Wed, 02 Jun 2021 07:53:16
Message-Id: 1622620380.d929291be3262b89b522d1ef0c209fe57158131e.andrewammerlaan@gentoo
1 commit: d929291be3262b89b522d1ef0c209fe57158131e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 07:53:00 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 07:53:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d929291b
7
8 app-text/calibre: restrict to <dev-python/sip-5
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 app-text/calibre/calibre-4.22.0.ebuild | 4 ++--
14 app-text/calibre/calibre-4.23.0.ebuild | 4 ++--
15 app-text/calibre/calibre-5.13.0.ebuild | 2 +-
16 app-text/calibre/calibre-5.16.1.ebuild | 2 +-
17 app-text/calibre/calibre-5.4.2-r1.ebuild | 4 ++--
18 app-text/calibre/calibre-5.6.0.ebuild | 4 ++--
19 6 files changed, 10 insertions(+), 10 deletions(-)
20
21 diff --git a/app-text/calibre/calibre-4.22.0.ebuild b/app-text/calibre/calibre-4.22.0.ebuild
22 index e2294a1a47d..73be3fb3164 100644
23 --- a/app-text/calibre/calibre-4.22.0.ebuild
24 +++ b/app-text/calibre/calibre-4.22.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -104,7 +104,7 @@ RDEPEND="${COMMON_DEPEND}
32 DEPEND="${COMMON_DEPEND}
33 $(python_gen_cond_dep '
34 >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
35 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
36 + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
37 ')
38 >=virtual/podofo-build-0.9.6_pre20171027
39 virtual/pkgconfig"
40
41 diff --git a/app-text/calibre/calibre-4.23.0.ebuild b/app-text/calibre/calibre-4.23.0.ebuild
42 index 1b65bc4a6c3..ac0a731d05c 100644
43 --- a/app-text/calibre/calibre-4.23.0.ebuild
44 +++ b/app-text/calibre/calibre-4.23.0.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -104,7 +104,7 @@ RDEPEND="${COMMON_DEPEND}
52 DEPEND="${COMMON_DEPEND}
53 $(python_gen_cond_dep '
54 >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
55 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
56 + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
57 ')
58 >=virtual/podofo-build-0.9.6_pre20171027
59 virtual/pkgconfig"
60
61 diff --git a/app-text/calibre/calibre-5.13.0.ebuild b/app-text/calibre/calibre-5.13.0.ebuild
62 index 0f9dbc728c7..be03ce4ed47 100644
63 --- a/app-text/calibre/calibre-5.13.0.ebuild
64 +++ b/app-text/calibre/calibre-5.13.0.ebuild
65 @@ -106,7 +106,7 @@ RDEPEND="${COMMON_DEPEND}
66 DEPEND="${COMMON_DEPEND}
67 $(python_gen_cond_dep '
68 >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
69 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
70 + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
71 ')
72 >=virtual/podofo-build-0.9.6_pre20171027
73 virtual/pkgconfig"
74
75 diff --git a/app-text/calibre/calibre-5.16.1.ebuild b/app-text/calibre/calibre-5.16.1.ebuild
76 index cb40b52ae21..3a057d5d38e 100644
77 --- a/app-text/calibre/calibre-5.16.1.ebuild
78 +++ b/app-text/calibre/calibre-5.16.1.ebuild
79 @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND}
80 DEPEND="${COMMON_DEPEND}
81 $(python_gen_cond_dep '
82 >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
83 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
84 + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
85 ')
86 >=virtual/podofo-build-0.9.6_pre20171027
87 virtual/pkgconfig"
88
89 diff --git a/app-text/calibre/calibre-5.4.2-r1.ebuild b/app-text/calibre/calibre-5.4.2-r1.ebuild
90 index 124c0b0ffd7..237c69e913c 100644
91 --- a/app-text/calibre/calibre-5.4.2-r1.ebuild
92 +++ b/app-text/calibre/calibre-5.4.2-r1.ebuild
93 @@ -1,4 +1,4 @@
94 -# Copyright 1999-2020 Gentoo Authors
95 +# Copyright 1999-2021 Gentoo Authors
96 # Distributed under the terms of the GNU General Public License v2
97
98 EAPI=7
99 @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND}
100 DEPEND="${COMMON_DEPEND}
101 $(python_gen_cond_dep '
102 >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
103 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
104 + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
105 ')
106 >=virtual/podofo-build-0.9.6_pre20171027
107 virtual/pkgconfig"
108
109 diff --git a/app-text/calibre/calibre-5.6.0.ebuild b/app-text/calibre/calibre-5.6.0.ebuild
110 index 1547c3b7358..9c20538532c 100644
111 --- a/app-text/calibre/calibre-5.6.0.ebuild
112 +++ b/app-text/calibre/calibre-5.6.0.ebuild
113 @@ -1,4 +1,4 @@
114 -# Copyright 1999-2020 Gentoo Authors
115 +# Copyright 1999-2021 Gentoo Authors
116 # Distributed under the terms of the GNU General Public License v2
117
118 EAPI=7
119 @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND}
120 DEPEND="${COMMON_DEPEND}
121 $(python_gen_cond_dep '
122 >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
123 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
124 + <dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
125 ')
126 >=virtual/podofo-build-0.9.6_pre20171027
127 virtual/pkgconfig"