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 0F70E1581E7 for ; Sat, 27 Apr 2024 09:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C95D0E29B9; Sat, 27 Apr 2024 09:25: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7206E29B9 for ; Sat, 27 Apr 2024 09:25: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96CFE342F64 for ; Sat, 27 Apr 2024 09:25:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC0751752 for ; Sat, 27 Apr 2024 09:25:42 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1714209562.088e0c7fc66e3f9b52331a82d0a9bd11d0818b6f.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/vivaldi/vivaldi-6.7.3329.17.ebuild X-VCS-Directories: www-client/vivaldi/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 088e0c7fc66e3f9b52331a82d0a9bd11d0818b6f X-VCS-Branch: master Date: Sat, 27 Apr 2024 09:25:42 +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: 48da04cd-9e6e-4ff8-8620-ceb3cef61565 X-Archives-Hash: ee82ea3c039edcb55878d2a8be9f4336 commit: 088e0c7fc66e3f9b52331a82d0a9bd11d0818b6f Author: James Le Cuirot gentoo org> AuthorDate: Sat Apr 27 09:19:22 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Apr 27 09:19:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088e0c7f www-client/vivaldi: relayproxy-linux has been dropped from non-amd64 This was an amd64-only binary. Bug: https://bugs.gentoo.org/928519 Signed-off-by: James Le Cuirot gentoo.org> www-client/vivaldi/vivaldi-6.7.3329.17.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www-client/vivaldi/vivaldi-6.7.3329.17.ebuild b/www-client/vivaldi/vivaldi-6.7.3329.17.ebuild index ac289a86107d..8739f8048d38 100644 --- a/www-client/vivaldi/vivaldi-6.7.3329.17.ebuild +++ b/www-client/vivaldi/vivaldi-6.7.3329.17.ebuild @@ -192,11 +192,6 @@ src_prepare() { rm ${VIVALDI_HOME}/libqt6_shim.so || die fi - # Bug #928519, #928520. - if ! use amd64; then - rm ${VIVALDI_HOME}/relayproxy-linux || die - fi - eapply_user }