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-misc/pystopwatch/
Date: Fri, 07 Feb 2020 11:13:00
Message-Id: 1581073852.83afb1cc17afac6e4b03e6ee9d65d9c47d08f96b.mgorny@gentoo
1 commit: 83afb1cc17afac6e4b03e6ee9d65d9c47d08f96b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 09:47:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 11:10:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83afb1cc
7
8 app-misc/pystopwatch: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild
16 index 8ef9462053b..269d8be267c 100644
17 --- a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild
18 +++ b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -19,7 +19,9 @@ IUSE=""
26 REQUIRED_USE=${PYTHON_REQUIRED_USE}
27
28 RDEPEND="
29 - dev-python/pygtk:2[${PYTHON_USEDEP}]
30 + $(python_gen_cond_dep '
31 + dev-python/pygtk:2[${PYTHON_USEDEP}]
32 + ')
33 gnome-base/librsvg
34 ${PYTHON_DEPS}
35 "