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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 811A5158094 for ; Tue, 6 Sep 2022 01:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3DAAE0794; Tue, 6 Sep 2022 01:03:32 +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 99A76E0794 for ; Tue, 6 Sep 2022 01:03:32 +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 804E1340F03 for ; Tue, 6 Sep 2022 01:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBBE15A2 for ; Tue, 6 Sep 2022 01:03:29 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1662426182.c32602f4f276c8dc26d51d94a6abcee887277777.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pstotext/pstotext-1.9-r4.ebuild X-VCS-Directories: app-text/pstotext/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c32602f4f276c8dc26d51d94a6abcee887277777 X-VCS-Branch: master Date: Tue, 6 Sep 2022 01:03:29 +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: dd4cde3d-7c19-4b99-a3ad-e42a70ecfb58 X-Archives-Hash: 3cd04ed40bf262a3328bbf9610827491 commit: c32602f4f276c8dc26d51d94a6abcee887277777 Author: Mike Gilbert gentoo org> AuthorDate: Tue Sep 6 01:02:01 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 6 01:03:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32602f4 app-text/pstotext: drop dependency on app-arch/ncompress The distfile used to be .Z, but is now .gz. Regardless, either format may be decompressed using gzip. Signed-off-by: Mike Gilbert gentoo.org> app-text/pstotext/pstotext-1.9-r4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild index fbbb6af016ad..814f6a395699 100644 --- a/app-text/pstotext/pstotext-1.9-r4.ebuild +++ b/app-text/pstotext/pstotext-1.9-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,6 @@ SLOT="0" KEYWORDS="amd64 ~hppa ppc ppc64 x86" IUSE="" -DEPEND="app-arch/ncompress" RDEPEND="app-text/ghostscript-gpl" PATCHES=(