diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-13 23:51:13 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-14 00:00:09 -0400 |
commit | bf20c228479f6ba280d40259ede78840e1f49a40 (patch) | |
tree | b51a509b514823503ea5fe8e266c9fb912b43b22 /gui-libs/gtk | |
parent | x11-misc/xdock: fix build w/ upcoming clang16 (diff) | |
download | gentoo-bf20c228479f6ba280d40259ede78840e1f49a40.tar.gz gentoo-bf20c228479f6ba280d40259ede78840e1f49a40.tar.bz2 gentoo-bf20c228479f6ba280d40259ede78840e1f49a40.zip |
gui-libs/gtk: Drop unnecessary rst2man sed'ing
This has been unnecessary since upstream commit 91511a80ac ("Check for
'rst2man' misses installed 'rst2man.py' (#4728)") in 4.7.0.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs/gtk')
-rw-r--r-- | gui-libs/gtk/gtk-4.8.1-r1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui-libs/gtk/gtk-4.8.1-r1.ebuild b/gui-libs/gtk/gtk-4.8.1-r1.ebuild index ea6f87056ab6..48045b86652e 100644 --- a/gui-libs/gtk/gtk-4.8.1-r1.ebuild +++ b/gui-libs/gtk/gtk-4.8.1-r1.ebuild @@ -105,8 +105,6 @@ src_prepare() { default xdg_environment_reset - # dev-python/docutils installs rst2man.py, not rst2man - sed -i -e "s/'rst2man'/'rst2man.py'/" docs/reference/gtk/meson.build || die # Nothing should use gtk4-update-icon-cache and an unversioned one is shipped by dev-util/gtk-update-icon-cache sed -i -e '/gtk4-update-icon-cache/d' tools/meson.build || die # Workaround RWX ELF sections, https://gitlab.gnome.org/GNOME/gtk/-/issues/4598 |