Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-panel-profiles/
Date: Sat, 17 Jul 2021 18:18:32
Message-Id: 1626545846.1430a0922cbb5a3310d6f806a5abf0fea7939c5e.soap@gentoo
1 commit: 1430a0922cbb5a3310d6f806a5abf0fea7939c5e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:26 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1430a092
7
8 xfce-extra/xfce4-panel-profiles: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Closes: https://github.com/gentoo/gentoo/pull/21690
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.12.ebuild | 6 +++---
14 xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.12.ebuild b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.12.ebuild
18 index 73f296cb6e7..83e3e3bc88c 100644
19 --- a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.12.ebuild
20 +++ b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.12.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{8..9} )
30 inherit python-single-r1 xdg-utils
31
32 DESCRIPTION="Simple application to manage Xfce panel layouts"
33 @@ -20,7 +20,7 @@ BDEPEND="${PYTHON_DEPS}"
34 RDEPEND="${BDEPEND}
35 dev-libs/gobject-introspection
36 $(python_gen_cond_dep '
37 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
38 + dev-python/pygobject:3[${PYTHON_USEDEP}]
39 ')
40 x11-libs/gtk+:3[introspection]
41 xfce-base/libxfce4ui[introspection]
42
43 diff --git a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild
44 index 27462fad608..83e3e3bc88c 100644
45 --- a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild
46 +++ b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.ebuild
47 @@ -3,7 +3,7 @@
48
49 EAPI=7
50
51 -PYTHON_COMPAT=( python3_{7..9} )
52 +PYTHON_COMPAT=( python3_{8..9} )
53 inherit python-single-r1 xdg-utils
54
55 DESCRIPTION="Simple application to manage Xfce panel layouts"
56 @@ -20,7 +20,7 @@ BDEPEND="${PYTHON_DEPS}"
57 RDEPEND="${BDEPEND}
58 dev-libs/gobject-introspection
59 $(python_gen_cond_dep '
60 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
61 + dev-python/pygobject:3[${PYTHON_USEDEP}]
62 ')
63 x11-libs/gtk+:3[introspection]
64 xfce-base/libxfce4ui[introspection]