From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BF9211582EF for ; Tue, 18 Feb 2025 14:01:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AC8E53431E1 for ; Tue, 18 Feb 2025 14:01:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E95D7110484; Tue, 18 Feb 2025 14:01: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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DB856110483 for ; Tue, 18 Feb 2025 14:01: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 7CA0E3431BF for ; Tue, 18 Feb 2025 14:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4C4C27F8 for ; Tue, 18 Feb 2025 14:01:15 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1739868103.3cc576a66e18247f7e95cbb7ac3a3aa85f9fb5c8.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3cc576a66e18247f7e95cbb7ac3a3aa85f9fb5c8 X-VCS-Branch: master Date: Tue, 18 Feb 2025 14:01:15 +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: 622c138d-ad58-47bd-ae47-1a979a3d70a5 X-Archives-Hash: 9b77d579b9d2345e4ac9453102834969 commit: 3cc576a66e18247f7e95cbb7ac3a3aa85f9fb5c8 Author: Victor Skovorodnikov yandex com> AuthorDate: Tue Feb 18 08:39:09 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Feb 18 08:41:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3cc576a6 net-p2p/dogecoin-qt: drop 1.14.8 - removed BDEPEND to fix nonsolvable depset failure Signed-off-by: Victor Skovorodnikov yandex.com> net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild | 5 ----- net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild index 06c5064dd..a28479918 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild @@ -52,11 +52,6 @@ RDEPEND="${DEPEND} ) " -BDEPEND=" - dev-build/autoconf - dev-build/automake -" - pkg_pretend() { if use intel-avx2 && [[ ! -e "${ROOT}"/etc/portage/patches/app-crypt/intel-ipsec-mb/remove_digest_init.patch ]]; then diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild index 163e7190f..ad589d5e6 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild @@ -50,11 +50,6 @@ RDEPEND="${DEPEND} ) " -BDEPEND=" - dev-build/autoconf - dev-build/automake -" - pkg_pretend() { if use intel-avx2 && [[ ! -e "${ROOT}"/etc/portage/patches/app-crypt/intel-ipsec-mb/remove_digest_init.patch ]]; then eerror "${ROOT}/etc/portage/patches/app-crypt/intel-ipsec-mb/remove_digest_init.patch does not exist!"