summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-11-04 14:47:15 -0700
committerZac Medico <zmedico@gentoo.org>2021-11-04 14:54:41 -0700
commit29a1094f02ba289f4e225ff003f8165bea91d733 (patch)
tree120e0df6e270512f62860f72ead0eed261eac173
parentdev-python/sphinx-epytext: PYTHON_COMPAT+=(pypy3) (diff)
downloadgentoo-29a1094f.tar.gz
gentoo-29a1094f.tar.bz2
gentoo-29a1094f.zip
sys-apps/portage: require sphinx-epytext[${PYTHON_USEDEP}]
Closes: https://bugs.gentoo.org/821619 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--sys-apps/portage/portage-3.0.28.ebuild4
-rw-r--r--sys-apps/portage/portage-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/portage/portage-3.0.28.ebuild b/sys-apps/portage/portage-3.0.28.ebuild
index b7767bce94e4..f2079823536c 100644
--- a/sys-apps/portage/portage-3.0.28.ebuild
+++ b/sys-apps/portage/portage-3.0.28.ebuild
@@ -28,8 +28,8 @@ DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
>=sys-apps/sed-4.0.5 sys-devel/patch
doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
apidoc? (
- dev-python/sphinx
- dev-python/sphinx-epytext
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/sphinx-epytext[${PYTHON_USEDEP}]
)"
# Require sandbox-2.2 for bug #288863.
# For whirlpool hash, require python[ssl] (bug #425046).
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index af4fc9932679..8534c218fe99 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -28,8 +28,8 @@ DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
>=sys-apps/sed-4.0.5 sys-devel/patch
doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
apidoc? (
- dev-python/sphinx
- dev-python/sphinx-epytext
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/sphinx-epytext[${PYTHON_USEDEP}]
)"
# Require sandbox-2.2 for bug #288863.
# For whirlpool hash, require python[ssl] (bug #425046).