Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/
Date: Sat, 17 Jul 2021 18:18:30
Message-Id: 1626545841.d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf.soap@gentoo
1 commit: d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:21 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31baf62
7
8 x11-misc/polybar: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-misc/polybar/polybar-3.5.5.ebuild | 4 ++--
13 x11-misc/polybar/polybar-3.5.6.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-misc/polybar/polybar-3.5.5.ebuild b/x11-misc/polybar/polybar-3.5.5.ebuild
17 index 9cf689dc360..61bb99a7d5d 100644
18 --- a/x11-misc/polybar/polybar-3.5.5.ebuild
19 +++ b/x11-misc/polybar/polybar-3.5.5.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +PYTHON_COMPAT=( python3_{8,9} )
26 XPP_COMMIT="044e69d05db7f89339bda1ccd1efe0263b01c8f6"
27 I3IPCPP_COMMIT="cb008b30fc5f3febfe467884cb0211ee3c16386b"
28
29 @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 DEPEND="
32 ${PYTHON_DEPS}
33 - $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_MULTI_USEDEP}]')
34 + $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_USEDEP}]')
35 x11-libs/cairo[X,xcb(+)]
36 x11-libs/libxcb[xkb]
37 x11-libs/xcb-util-image
38
39 diff --git a/x11-misc/polybar/polybar-3.5.6.ebuild b/x11-misc/polybar/polybar-3.5.6.ebuild
40 index ebab3b6c656..d36b8fef936 100644
41 --- a/x11-misc/polybar/polybar-3.5.6.ebuild
42 +++ b/x11-misc/polybar/polybar-3.5.6.ebuild
43 @@ -3,7 +3,7 @@
44
45 EAPI=7
46
47 -PYTHON_COMPAT=( python3_{7,8,9} )
48 +PYTHON_COMPAT=( python3_{8,9} )
49 XPP_COMMIT="044e69d05db7f89339bda1ccd1efe0263b01c8f6"
50 I3IPCPP_COMMIT="86ddf7102c6903ae0cc543071e2d375403fc0727"
51
52 @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53
54 DEPEND="
55 ${PYTHON_DEPS}
56 - $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_MULTI_USEDEP}]')
57 + $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_USEDEP}]')
58 x11-libs/cairo[X,xcb(+)]
59 x11-libs/libxcb[xkb]
60 x11-libs/xcb-util-image