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 C1CD5158020 for ; Tue, 25 Oct 2022 20:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1749CE0D77; Tue, 25 Oct 2022 20:11:11 +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 EFCE5E0D77 for ; Tue, 25 Oct 2022 20:11:10 +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 EF647340AEC for ; Tue, 25 Oct 2022 20:11:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CFCB620 for ; Tue, 25 Oct 2022 20:11:08 +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: <1666728657.a716047885c36749cc79c279399a1aad8a9b5821.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.10.ebuild X-VCS-Directories: x11-libs/gdk-pixbuf/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a716047885c36749cc79c279399a1aad8a9b5821 X-VCS-Branch: master Date: Tue, 25 Oct 2022 20:11:08 +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: 50368acb-bf86-4726-960a-3faccaea0b60 X-Archives-Hash: 083ef781d1c1604b69781523d6ad85f2 commit: a716047885c36749cc79c279399a1aad8a9b5821 Author: Matt Turner gentoo org> AuthorDate: Tue Oct 25 20:10:57 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 25 20:10:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7160478 x11-libs/gdk-pixbuf: Drop unnecessary sed Unneeded since https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/145 landed. Signed-off-by: Matt Turner gentoo.org> x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.10.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.10.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.10.ebuild index 612aa104da9e..265bd38a9b6e 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.10.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.10.ebuild @@ -43,9 +43,6 @@ MULTILIB_CHOST_TOOLS=( src_prepare() { default xdg_environment_reset - - # dev-python/docutils installs rst2man.py, not rst2man - sed -i -e "s/'rst2man'/'rst2man.py'/" docs/meson.build || die } multilib_src_configure() {