diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-14 06:18:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-14 06:18:51 +0100 |
commit | 15d76ea3e49bf90f74df649773167d6ba96c0583 (patch) | |
tree | 46950f6ffc575325144006f0641caef4350ada8a /sci-libs | |
parent | dev-python/sphinx_rtd_theme: Use pypi.eclass (diff) | |
download | gentoo-15d76ea3e49bf90f74df649773167d6ba96c0583.tar.gz gentoo-15d76ea3e49bf90f74df649773167d6ba96c0583.tar.bz2 gentoo-15d76ea3e49bf90f74df649773167d6ba96c0583.zip |
Rename dev-python/{sphinx_rtd_theme → sphinx-rtd-theme}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pcl/pcl-1.12.1-r2.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pcl/pcl-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild b/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild index 268b0fd1d4ad..7cb34a8756d3 100644 --- a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) DOCS_BUILDER="sphinx" -DOCS_DEPEND="dev-python/sphinx_rtd_theme" +DOCS_DEPEND="dev-python/sphinx-rtd-theme" DOCS_DIR="docs/source" inherit cmake-multilib python-any-r1 docs toolchain-funcs diff --git a/sci-libs/pcl/pcl-1.12.1-r2.ebuild b/sci-libs/pcl/pcl-1.12.1-r2.ebuild index a1c4d5880153..4c60f32601af 100644 --- a/sci-libs/pcl/pcl-1.12.1-r2.ebuild +++ b/sci-libs/pcl/pcl-1.12.1-r2.ebuild @@ -57,7 +57,7 @@ BDEPEND=" ) tutorials? ( dev-python/sphinx - dev-python/sphinx_rtd_theme + dev-python/sphinx-rtd-theme dev-python/sphinxcontrib-doxylink ) virtual/pkgconfig" diff --git a/sci-libs/pcl/pcl-9999.ebuild b/sci-libs/pcl/pcl-9999.ebuild index a1c4d5880153..4c60f32601af 100644 --- a/sci-libs/pcl/pcl-9999.ebuild +++ b/sci-libs/pcl/pcl-9999.ebuild @@ -57,7 +57,7 @@ BDEPEND=" ) tutorials? ( dev-python/sphinx - dev-python/sphinx_rtd_theme + dev-python/sphinx-rtd-theme dev-python/sphinxcontrib-doxylink ) virtual/pkgconfig" |