Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
Date: Thu, 04 Nov 2021 21:54:52
Message-Id: 1636062881.29a1094f02ba289f4e225ff003f8165bea91d733.zmedico@gentoo
1 commit: 29a1094f02ba289f4e225ff003f8165bea91d733
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 21:47:15 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 21:54:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a1094f
7
8 sys-apps/portage: require sphinx-epytext[${PYTHON_USEDEP}]
9
10 Closes: https://bugs.gentoo.org/821619
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 sys-apps/portage/portage-3.0.28.ebuild | 4 ++--
15 sys-apps/portage/portage-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-apps/portage/portage-3.0.28.ebuild b/sys-apps/portage/portage-3.0.28.ebuild
19 index b7767bce94e..f2079823536 100644
20 --- a/sys-apps/portage/portage-3.0.28.ebuild
21 +++ b/sys-apps/portage/portage-3.0.28.ebuild
22 @@ -28,8 +28,8 @@ DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
23 >=sys-apps/sed-4.0.5 sys-devel/patch
24 doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
25 apidoc? (
26 - dev-python/sphinx
27 - dev-python/sphinx-epytext
28 + dev-python/sphinx[${PYTHON_USEDEP}]
29 + dev-python/sphinx-epytext[${PYTHON_USEDEP}]
30 )"
31 # Require sandbox-2.2 for bug #288863.
32 # For whirlpool hash, require python[ssl] (bug #425046).
33
34 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
35 index af4fc993267..8534c218fe9 100644
36 --- a/sys-apps/portage/portage-9999.ebuild
37 +++ b/sys-apps/portage/portage-9999.ebuild
38 @@ -28,8 +28,8 @@ DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
39 >=sys-apps/sed-4.0.5 sys-devel/patch
40 doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
41 apidoc? (
42 - dev-python/sphinx
43 - dev-python/sphinx-epytext
44 + dev-python/sphinx[${PYTHON_USEDEP}]
45 + dev-python/sphinx-epytext[${PYTHON_USEDEP}]
46 )"
47 # Require sandbox-2.2 for bug #288863.
48 # For whirlpool hash, require python[ssl] (bug #425046).