Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/
Date: Sat, 17 Jul 2021 18:18:33
Message-Id: 1626545842.e6a156b73326aea125638b4b421784342e614365.soap@gentoo
1 commit: e6a156b73326aea125638b4b421784342e614365
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:22 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a156b7
7
8 x11-misc/zim: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-misc/zim/zim-0.73.1.ebuild | 8 ++++----
13 x11-misc/zim/zim-0.73.2.ebuild | 8 ++++----
14 x11-misc/zim/zim-0.73.3.ebuild | 8 ++++----
15 x11-misc/zim/zim-0.73.4.ebuild | 8 ++++----
16 x11-misc/zim/zim-0.73.5.ebuild | 6 +++---
17 5 files changed, 19 insertions(+), 19 deletions(-)
18
19 diff --git a/x11-misc/zim/zim-0.73.1.ebuild b/x11-misc/zim/zim-0.73.1.ebuild
20 index 729a0417399..10d8bc60c6d 100644
21 --- a/x11-misc/zim/zim-0.73.1.ebuild
22 +++ b/x11-misc/zim/zim-0.73.1.ebuild
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 -PYTHON_COMPAT=( python3_{7,8} )
30 +PYTHON_COMPAT=( python3_8 )
31 PYTHON_REQ_USE="sqlite"
32 DISTUTILS_SINGLE_IMPL=1
33 DISTUTILS_USE_SETUPTOOLS=no
34 @@ -22,8 +22,8 @@ RESTRICT="test"
35
36 RDEPEND="
37 $(python_gen_cond_dep '
38 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
39 - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
40 + dev-python/pygobject:3[${PYTHON_USEDEP}]
41 + dev-python/pyxdg[${PYTHON_USEDEP}]
42 ')
43 x11-libs/gtk+:3[introspection]
44 x11-misc/xdg-utils
45
46 diff --git a/x11-misc/zim/zim-0.73.2.ebuild b/x11-misc/zim/zim-0.73.2.ebuild
47 index 058d33d2b60..684fc2fc3dd 100644
48 --- a/x11-misc/zim/zim-0.73.2.ebuild
49 +++ b/x11-misc/zim/zim-0.73.2.ebuild
50 @@ -1,8 +1,8 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 +# Copyright 1999-2021 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=7
56 -PYTHON_COMPAT=( python3_{7,8} )
57 +PYTHON_COMPAT=( python3_8 )
58 PYTHON_REQ_USE="sqlite"
59 DISTUTILS_SINGLE_IMPL=1
60 DISTUTILS_USE_SETUPTOOLS=no
61 @@ -22,8 +22,8 @@ RESTRICT="test"
62
63 RDEPEND="
64 $(python_gen_cond_dep '
65 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
66 - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
67 + dev-python/pygobject:3[${PYTHON_USEDEP}]
68 + dev-python/pyxdg[${PYTHON_USEDEP}]
69 ')
70 x11-libs/gtk+:3[introspection]
71 x11-misc/xdg-utils
72
73 diff --git a/x11-misc/zim/zim-0.73.3.ebuild b/x11-misc/zim/zim-0.73.3.ebuild
74 index 058d33d2b60..684fc2fc3dd 100644
75 --- a/x11-misc/zim/zim-0.73.3.ebuild
76 +++ b/x11-misc/zim/zim-0.73.3.ebuild
77 @@ -1,8 +1,8 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 +# Copyright 1999-2021 Gentoo Authors
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=7
83 -PYTHON_COMPAT=( python3_{7,8} )
84 +PYTHON_COMPAT=( python3_8 )
85 PYTHON_REQ_USE="sqlite"
86 DISTUTILS_SINGLE_IMPL=1
87 DISTUTILS_USE_SETUPTOOLS=no
88 @@ -22,8 +22,8 @@ RESTRICT="test"
89
90 RDEPEND="
91 $(python_gen_cond_dep '
92 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
93 - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
94 + dev-python/pygobject:3[${PYTHON_USEDEP}]
95 + dev-python/pyxdg[${PYTHON_USEDEP}]
96 ')
97 x11-libs/gtk+:3[introspection]
98 x11-misc/xdg-utils
99
100 diff --git a/x11-misc/zim/zim-0.73.4.ebuild b/x11-misc/zim/zim-0.73.4.ebuild
101 index 7b47f41caee..131369dc028 100644
102 --- a/x11-misc/zim/zim-0.73.4.ebuild
103 +++ b/x11-misc/zim/zim-0.73.4.ebuild
104 @@ -1,8 +1,8 @@
105 -# Copyright 1999-2020 Gentoo Authors
106 +# Copyright 1999-2021 Gentoo Authors
107 # Distributed under the terms of the GNU General Public License v2
108
109 EAPI=7
110 -PYTHON_COMPAT=( python3_{7,8,9} )
111 +PYTHON_COMPAT=( python3_{8,9} )
112 PYTHON_REQ_USE="sqlite"
113 DISTUTILS_SINGLE_IMPL=1
114 DISTUTILS_USE_SETUPTOOLS=no
115 @@ -22,8 +22,8 @@ RESTRICT="test"
116
117 RDEPEND="
118 $(python_gen_cond_dep '
119 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
120 - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
121 + dev-python/pygobject:3[${PYTHON_USEDEP}]
122 + dev-python/pyxdg[${PYTHON_USEDEP}]
123 ')
124 x11-libs/gtk+:3[introspection]
125 x11-misc/xdg-utils
126
127 diff --git a/x11-misc/zim/zim-0.73.5.ebuild b/x11-misc/zim/zim-0.73.5.ebuild
128 index 2f81c04016f..db96dd8a545 100644
129 --- a/x11-misc/zim/zim-0.73.5.ebuild
130 +++ b/x11-misc/zim/zim-0.73.5.ebuild
131 @@ -2,7 +2,7 @@
132 # Distributed under the terms of the GNU General Public License v2
133
134 EAPI=7
135 -PYTHON_COMPAT=( python3_{7,8,9} )
136 +PYTHON_COMPAT=( python3_{8,9} )
137 PYTHON_REQ_USE="sqlite"
138 DISTUTILS_SINGLE_IMPL=1
139 DISTUTILS_USE_SETUPTOOLS=no
140 @@ -22,8 +22,8 @@ RESTRICT="test"
141
142 RDEPEND="
143 $(python_gen_cond_dep '
144 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
145 - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
146 + dev-python/pygobject:3[${PYTHON_USEDEP}]
147 + dev-python/pyxdg[${PYTHON_USEDEP}]
148 ')
149 x11-libs/gtk+:3[introspection]
150 x11-misc/xdg-utils