Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/planner/
Date: Sun, 09 Feb 2020 16:11:22
Message-Id: 1581264658.3cb487c027f9d32b6979124ad9bd981e6f013447.mgorny@gentoo
1 commit: 3cb487c027f9d32b6979124ad9bd981e6f013447
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 11:29:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb487c0
7
8 app-office/planner: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...r-0.14.6_p20130520.ebuild => planner-0.14.6_p20130520-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-office/planner/planner-0.14.6_p20130520.ebuild b/app-office/planner/planner-0.14.6_p20130520-r1.ebuild
16 similarity index 93%
17 rename from app-office/planner/planner-0.14.6_p20130520.ebuild
18 rename to app-office/planner/planner-0.14.6_p20130520-r1.ebuild
19 index e2a022f1b4f..e9b4ff1e4fb 100644
20 --- a/app-office/planner/planner-0.14.6_p20130520.ebuild
21 +++ b/app-office/planner/planner-0.14.6_p20130520-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -29,7 +29,9 @@ RDEPEND="
29 >=dev-libs/libxslt-1.1.23
30 python? (
31 ${PYTHON_DEPS}
32 - >=dev-python/pygtk-2.6:2[${PYTHON_USEDEP}] )
33 + $(python_gen_cond_dep '
34 + >=dev-python/pygtk-2.6:2[${PYTHON_MULTI_USEDEP}] )
35 + ')
36 eds? (
37 >=gnome-extra/evolution-data-server-3.6:=
38 >=mail-client/evolution-3.6 )