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: dev-python/nautilus-python/
Date: Sun, 09 Feb 2020 16:18:29
Message-Id: 1581265074.6281b4186756a1d55c2a9d7b0e74c3b6f6f0c9c4.mgorny@gentoo
1 commit: 6281b4186756a1d55c2a9d7b0e74c3b6f6f0c9c4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:56:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6281b418
7
8 dev-python/nautilus-python: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...nautilus-python-1.2.2.ebuild => nautilus-python-1.2.2-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/nautilus-python/nautilus-python-1.2.2.ebuild b/dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild
16 similarity index 87%
17 rename from dev-python/nautilus-python/nautilus-python-1.2.2.ebuild
18 rename to dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild
19 index 7d376a7f527..1938ff3e597 100644
20 --- a/dev-python/nautilus-python/nautilus-python-1.2.2.ebuild
21 +++ b/dev-python/nautilus-python/nautilus-python-1.2.2-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 @@ -21,7 +21,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29 # because no (user) plugins could work without them; configure itself
30 # requires pygobject:3 or :2 and >=nautilus-2.32
31 RDEPEND="
32 - dev-python/pygobject:3[${PYTHON_USEDEP}]
33 + $(python_gen_cond_dep '
34 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
35 + ')
36 >=gnome-base/nautilus-3[introspection]
37 ${PYTHON_DEPS}
38 "