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: net-misc/charm/
Date: Sun, 09 Feb 2020 16:47:09
Message-Id: 1581266800.46f4b5d0f5807d37d7b2c0ed7fd7f564c44bd5c3.mgorny@gentoo
1 commit: 46f4b5d0f5807d37d7b2c0ed7fd7f564c44bd5c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 06:50:57 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:46:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f4b5d0
7
8 net-misc/charm: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/charm/{charm-1.9.2-r1.ebuild => charm-1.9.2-r2.ebuild} | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/charm/charm-1.9.2-r1.ebuild b/net-misc/charm/charm-1.9.2-r2.ebuild
16 similarity index 85%
17 rename from net-misc/charm/charm-1.9.2-r1.ebuild
18 rename to net-misc/charm/charm-1.9.2-r2.ebuild
19 index 3b5fe2799c9..52c66fb0448 100644
20 --- a/net-misc/charm/charm-1.9.2-r1.ebuild
21 +++ b/net-misc/charm/charm-1.9.2-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -17,7 +17,10 @@ SLOT="0"
29 KEYWORDS="amd64 sparc x86"
30 IUSE=""
31
32 -DEPEND="dev-python/feedparser[$PYTHON_USEDEP]"
33 +DEPEND="
34 + $(python_gen_cond_dep '
35 + dev-python/feedparser[${PYTHON_MULTI_USEDEP}]
36 + ')"
37
38 DOCS=( CHANGES.charm sample.charmrc README.charm )
39 HTML_DOCS=( charm.html )