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 4A62E159C9B for ; Tue, 6 Aug 2024 03:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB8112BC06E; Tue, 6 Aug 2024 03:19:37 +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 8CFF82BC068 for ; Tue, 6 Aug 2024 03:19:37 +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 2E82E340C77 for ; Tue, 6 Aug 2024 03:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EA251EBD for ; Tue, 6 Aug 2024 03:19:33 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722865449.a2c257867a8b91d9c675460c836e647163f24b35.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/autofirma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/autofirma/autofirma-1.8.3.ebuild X-VCS-Directories: app-crypt/autofirma/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: a2c257867a8b91d9c675460c836e647163f24b35 X-VCS-Branch: master Date: Tue, 6 Aug 2024 03:19:33 +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: 2d4f0c24-a0f1-4b62-aed5-530da96dcfe8 X-Archives-Hash: b3ef5db449d2e2d15b700f1dee458c7b commit: a2c257867a8b91d9c675460c836e647163f24b35 Author: Ivan Lloro gmail com> AuthorDate: Mon Aug 5 13:42:07 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Aug 5 13:44:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2c25786 app-crypt/autofirma: Removed implicit dependency wget Signed-off-by: Ivan Lloro gmail.com> app-crypt/autofirma/autofirma-1.8.3.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-crypt/autofirma/autofirma-1.8.3.ebuild b/app-crypt/autofirma/autofirma-1.8.3.ebuild index 2b82b2135..0c89a6b9c 100644 --- a/app-crypt/autofirma/autofirma-1.8.3.ebuild +++ b/app-crypt/autofirma/autofirma-1.8.3.ebuild @@ -22,10 +22,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND="virtual/jre:1.8" -BDEPEND=" - app-arch/unzip - net-misc/wget -" +BDEPEND="app-arch/unzip" pkg_pretend() { # Upstream blocks vanilla wget, so we set up a browser User-Agent as a fallback.