From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23EBD158020 for ; Fri, 14 Oct 2022 04:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CA7AE0826; Fri, 14 Oct 2022 04:00:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 229FFE0826 for ; Fri, 14 Oct 2022 04:00:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9031340DE3 for ; Fri, 14 Oct 2022 04:00:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D0515F7 for ; Fri, 14 Oct 2022 04:00:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665720009.bf20c228479f6ba280d40259ede78840e1f49a40.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/gtk/gtk-4.8.1-r1.ebuild X-VCS-Directories: gui-libs/gtk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bf20c228479f6ba280d40259ede78840e1f49a40 X-VCS-Branch: master Date: Fri, 14 Oct 2022 04:00:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 973eb873-fe37-4020-9e4c-71fc060b6ace X-Archives-Hash: f4dad29066381259df126049fad4b058 commit: bf20c228479f6ba280d40259ede78840e1f49a40 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 14 03:51:13 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 14 04:00:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf20c228 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 gentoo.org> gui-libs/gtk/gtk-4.8.1-r1.ebuild | 2 -- 1 file changed, 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