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 1F5C3158089 for ; Sun, 8 Oct 2023 11:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82D4B2BC118; Sun, 8 Oct 2023 11:51:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 676FE2BC11B for ; Sun, 8 Oct 2023 11:51:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 186F4335CE9 for ; Sun, 8 Oct 2023 11:51:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9542BCB5 for ; Sun, 8 Oct 2023 11:51:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1696765873.a0c8d8afb579b74ffb313c536a7565b628f16401.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/zenity/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/zenity/zenity-3.99.2.ebuild X-VCS-Directories: gnome-extra/zenity/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a0c8d8afb579b74ffb313c536a7565b628f16401 X-VCS-Branch: master Date: Sun, 8 Oct 2023 11:51:41 +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: edf226a5-5e9d-456f-bea1-de5aee9bf79d X-Archives-Hash: e7ba445f410db78c70fc3e81f799ba61 commit: a0c8d8afb579b74ffb313c536a7565b628f16401 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 8 11:50:38 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 8 11:51:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c8d8af gnome-extra/zenity: Drop white spaces Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/zenity/zenity-3.99.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/zenity/zenity-3.99.2.ebuild b/gnome-extra/zenity/zenity-3.99.2.ebuild index c95459520082..5f97c5bcff30 100644 --- a/gnome-extra/zenity/zenity-3.99.2.ebuild +++ b/gnome-extra/zenity/zenity-3.99.2.ebuild @@ -28,7 +28,7 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}"/${PV}-Make-help2man-depend-on-manpage-option.patch + "${FILESDIR}"/${PV}-Make-help2man-depend-on-manpage-option.patch ) src_configure() {