Skip to content

Commit

Permalink
gui-libs/gtk: Drop unnecessary rst2man sed'ing
Browse files Browse the repository at this point in the history
This has been unnecessary since upstream commit 91511a80ac ("Check for
'rst2man' misses installed 'rst2man.py' (gentoo#4728)") in 4.7.0.

Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Oct 14, 2022
1 parent 0d73805 commit bf20c22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui-libs/gtk/gtk-4.8.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf20c22

Please sign in to comment.