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 A84EB158041 for ; Fri, 22 Mar 2024 03:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCD11E29B0; Fri, 22 Mar 2024 03:14:19 +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 96069E29B0 for ; Fri, 22 Mar 2024 03:14:19 +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 8B117335D60 for ; Fri, 22 Mar 2024 03:14:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBF9013C3 for ; Fri, 22 Mar 2024 03:14:16 +0000 (UTC) From: "Matt Jolly" 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 Jolly" Message-ID: <1711076967.05ab0b1801d63810193f241759fd0f07f819d23a.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm3/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/fvwm3/fvwm3-9999.ebuild X-VCS-Directories: x11-wm/fvwm3/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 05ab0b1801d63810193f241759fd0f07f819d23a X-VCS-Branch: master Date: Fri, 22 Mar 2024 03:14:16 +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: d8de2acf-b077-4fe0-9adb-92e01e00d996 X-Archives-Hash: 4253052d0c16a7c61b1db9637ccd1daa commit: 05ab0b1801d63810193f241759fd0f07f819d23a Author: Matt Jolly gentoo org> AuthorDate: Fri Mar 22 03:09:27 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Fri Mar 22 03:09:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ab0b18 x11-wm/fvwm3: update live ebuild Bring it into line with 1.0.9-r1; debianutils has not been required since 2007! Signed-off-by: Matt Jolly gentoo.org> x11-wm/fvwm3/fvwm3-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-wm/fvwm3/fvwm3-9999.ebuild b/x11-wm/fvwm3/fvwm3-9999.ebuild index fac3fd55cbca..d076b13c7a75 100644 --- a/x11-wm/fvwm3/fvwm3-9999.ebuild +++ b/x11-wm/fvwm3/fvwm3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,7 +69,6 @@ RDEPEND="${PYTHON_DEPS} dev-libs/libevent:= media-libs/fontconfig media-libs/libpng:= - sys-apps/debianutils sys-libs/zlib x11-libs/libICE x11-libs/libSM