aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpc/doc-py3.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-01-26 11:50:51 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-01-26 11:50:51 +0100
commit4cb9b8ae5984e30c47464e3d560275a1d14c26f5 (patch)
treeb2ca9ff38761c6e4fdf3bbbf35f40d9981bb77f4 /community/mpc/doc-py3.patch
parent74be1397f9cb202c1d5e37ff6beca94670c35c7a (diff)
downloadaports-4cb9b8ae5984e30c47464e3d560275a1d14c26f5.tar.bz2
aports-4cb9b8ae5984e30c47464e3d560275a1d14c26f5.tar.xz
community/mpc: remove doc-py3.patch
Previously py3-sphinx only provided sphinx-build-3 not sphinx-build, this changed recently. As such, the patch should no longer be needed. This change does not include a pkgrel bump as it should result in an identical package.
Diffstat (limited to 'community/mpc/doc-py3.patch')
-rw-r--r--community/mpc/doc-py3.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/mpc/doc-py3.patch b/community/mpc/doc-py3.patch
deleted file mode 100644
index 6f69658727..0000000000
--- a/community/mpc/doc-py3.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/meson.build b/meson.build
-index d919bc3..3390fb5 100644
---- a/meson.build
-+++ b/meson.build
-@@ -126,7 +126,7 @@ endif
-
- with_documentation = get_option('documentation')
- if not with_documentation.disabled()
-- sphinx = find_program('sphinx-build', required: with_documentation)
-+ sphinx = find_program('sphinx-build-3', required: with_documentation)
- if sphinx.found()
- subdir('doc')
- endif
-