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: sys-auth/authenticator/
Date: Sun, 09 Feb 2020 16:42:31
Message-Id: 1581266225.ecb499709f6c032db7fc0cba91f765b50394d96c.mgorny@gentoo
1 commit: ecb499709f6c032db7fc0cba91f765b50394d96c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 20:20:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:37:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb49970
7
8 sys-auth/authenticator: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...henticator-0.2.4.ebuild => authenticator-0.2.4-r1.ebuild} | 12 +++++++-----
13 sys-auth/authenticator/authenticator-9999.ebuild | 12 +++++++-----
14 2 files changed, 14 insertions(+), 10 deletions(-)
15
16 diff --git a/sys-auth/authenticator/authenticator-0.2.4.ebuild b/sys-auth/authenticator/authenticator-0.2.4-r1.ebuild
17 similarity index 84%
18 rename from sys-auth/authenticator/authenticator-0.2.4.ebuild
19 rename to sys-auth/authenticator/authenticator-0.2.4-r1.ebuild
20 index 07b119b2a40..8926a63fc2d 100644
21 --- a/sys-auth/authenticator/authenticator-0.2.4.ebuild
22 +++ b/sys-auth/authenticator/authenticator-0.2.4-r1.ebuild
23 @@ -27,11 +27,13 @@ RESTRICT="!test? ( test )"
24 RDEPEND="
25 ${PYTHON_DEPS}
26 app-crypt/libsecret
27 - dev-python/pillow[${PYTHON_USEDEP}]
28 - dev-python/pygobject:3[${PYTHON_USEDEP}]
29 - dev-python/pyotp[${PYTHON_USEDEP}]
30 - dev-python/python-gnupg[${PYTHON_USEDEP}]
31 - dev-python/pyzbar[${PYTHON_USEDEP}]
32 + $(python_gen_cond_dep '
33 + dev-python/pillow[${PYTHON_MULTI_USEDEP}]
34 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
35 + dev-python/pyotp[${PYTHON_MULTI_USEDEP}]
36 + dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}]
37 + dev-python/pyzbar[${PYTHON_MULTI_USEDEP}]
38 + ')
39 media-libs/gd
40 x11-libs/gtk+:3
41 "
42
43 diff --git a/sys-auth/authenticator/authenticator-9999.ebuild b/sys-auth/authenticator/authenticator-9999.ebuild
44 index f3c1fe349d4..2d9e3b62d7b 100644
45 --- a/sys-auth/authenticator/authenticator-9999.ebuild
46 +++ b/sys-auth/authenticator/authenticator-9999.ebuild
47 @@ -27,11 +27,13 @@ RESTRICT="!test? ( test )"
48 RDEPEND="
49 ${PYTHON_DEPS}
50 app-crypt/libsecret
51 - dev-python/pillow[${PYTHON_USEDEP}]
52 - dev-python/pygobject:3[${PYTHON_USEDEP}]
53 - dev-python/pyotp[${PYTHON_USEDEP}]
54 - dev-python/python-gnupg[${PYTHON_USEDEP}]
55 - dev-python/pyzbar[${PYTHON_USEDEP}]
56 + $(python_gen_cond_dep '
57 + dev-python/pillow[${PYTHON_MULTI_USEDEP}]
58 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
59 + dev-python/pyotp[${PYTHON_MULTI_USEDEP}]
60 + dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}]
61 + dev-python/pyzbar[${PYTHON_MULTI_USEDEP}]
62 + ')
63 media-libs/gd
64 x11-libs/gtk+:3
65 "