Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Sat, 25 Sep 2021 17:47:04
Message-Id: 1632592015.27688b840d6c3a8cbca0b6f644364fb1e3c51171.tamiko@gentoo
1 commit: 27688b840d6c3a8cbca0b6f644364fb1e3c51171
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 15:25:30 2021 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 17:46:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27688b84
7
8 app-emulation/qemu: add PYTHON_USEDEP for sphinx bdeps
9
10 Bug: https://bugs.gentoo.org/814650
11 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 app-emulation/qemu/qemu-6.0.0-r3.ebuild | 2 +-
15 app-emulation/qemu/qemu-6.0.0-r53.ebuild | 2 +-
16 app-emulation/qemu/qemu-6.1.0.ebuild | 4 ++--
17 3 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-emulation/qemu/qemu-6.0.0-r3.ebuild b/app-emulation/qemu/qemu-6.0.0-r3.ebuild
20 index 30b2df14de0..975fb383262 100644
21 --- a/app-emulation/qemu/qemu-6.0.0-r3.ebuild
22 +++ b/app-emulation/qemu/qemu-6.0.0-r3.ebuild
23 @@ -242,7 +242,7 @@ BDEPEND="
24 dev-lang/perl
25 sys-apps/texinfo
26 virtual/pkgconfig
27 - doc? ( dev-python/sphinx )
28 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
29 gtk? ( nls? ( sys-devel/gettext ) )
30 test? (
31 dev-libs/glib[utils]
32
33 diff --git a/app-emulation/qemu/qemu-6.0.0-r53.ebuild b/app-emulation/qemu/qemu-6.0.0-r53.ebuild
34 index 7a0e85ac85a..29d79b1c24a 100644
35 --- a/app-emulation/qemu/qemu-6.0.0-r53.ebuild
36 +++ b/app-emulation/qemu/qemu-6.0.0-r53.ebuild
37 @@ -243,7 +243,7 @@ BDEPEND="
38 dev-lang/perl
39 sys-apps/texinfo
40 virtual/pkgconfig
41 - doc? ( dev-python/sphinx )
42 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
43 gtk? ( nls? ( sys-devel/gettext ) )
44 test? (
45 dev-libs/glib[utils]
46
47 diff --git a/app-emulation/qemu/qemu-6.1.0.ebuild b/app-emulation/qemu/qemu-6.1.0.ebuild
48 index d887f5b1537..33bb63f8bb9 100644
49 --- a/app-emulation/qemu/qemu-6.1.0.ebuild
50 +++ b/app-emulation/qemu/qemu-6.1.0.ebuild
51 @@ -241,8 +241,8 @@ BDEPEND="
52 sys-apps/texinfo
53 virtual/pkgconfig
54 doc? (
55 - dev-python/sphinx
56 - dev-python/sphinx_rtd_theme
57 + dev-python/sphinx[${PYTHON_USEDEP}]
58 + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
59 )
60 gtk? ( nls? ( sys-devel/gettext ) )
61 test? (