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 /app-admin/cdist | |
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 'app-admin/cdist')
-rw-r--r-- | app-admin/cdist/cdist-6.9.8.ebuild | 2 | ||||
-rw-r--r-- | app-admin/cdist/cdist-7.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/cdist/cdist-6.9.8.ebuild b/app-admin/cdist/cdist-6.9.8.ebuild index 53ba044243b5..4e75b661c296 100644 --- a/app-admin/cdist/cdist-6.9.8.ebuild +++ b/app-admin/cdist/cdist-6.9.8.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" PATCHES=( "${FILESDIR}"/test.patch ) -distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme +distutils_enable_sphinx docs/src dev-python/sphinx-rtd-theme distutils_enable_tests unittest python_prepare_all() { diff --git a/app-admin/cdist/cdist-7.0.0.ebuild b/app-admin/cdist/cdist-7.0.0.ebuild index 2b4a8bdff780..074a43f466ea 100644 --- a/app-admin/cdist/cdist-7.0.0.ebuild +++ b/app-admin/cdist/cdist-7.0.0.ebuild @@ -18,7 +18,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme +distutils_enable_sphinx docs/src dev-python/sphinx-rtd-theme distutils_enable_tests unittest python_prepare_all() { |