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 474B41581C1 for ; Tue, 9 Jul 2024 19:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EAEE2BC013; Tue, 9 Jul 2024 19:58:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6046D2BC013 for ; Tue, 9 Jul 2024 19:58:15 +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 8DA79335D63 for ; Tue, 9 Jul 2024 19:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 061A11CD4 for ; Tue, 9 Jul 2024 19:58:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1720555060.60018d0e18f0c9596fa036ec8a868d5f3212e014.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/files/, www-client/epiphany/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/epiphany/epiphany-46.2.ebuild www-client/epiphany/files/epiphany-46.2-disable-web-view-test.patch www-client/epiphany/files/epiphany-46.2-disable-web-viez-test.patch X-VCS-Directories: www-client/epiphany/ www-client/epiphany/files/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 60018d0e18f0c9596fa036ec8a868d5f3212e014 X-VCS-Branch: master Date: Tue, 9 Jul 2024 19:58:13 +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: 36549abd-33f1-4167-b021-130cd0c56901 X-Archives-Hash: c75b0d7768b9cc079966c91204d416ae commit: 60018d0e18f0c9596fa036ec8a868d5f3212e014 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 9 19:57:40 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 9 19:57:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60018d0e www-client/epiphany: Fix typos And add more references of bugs referring to the skipped test Signed-off-by: Pacho Ramos gentoo.org> www-client/epiphany/epiphany-46.2.ebuild | 4 +++- ...-web-viez-test.patch => epiphany-46.2-disable-web-view-test.patch} | 0 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/www-client/epiphany/epiphany-46.2.ebuild b/www-client/epiphany/epiphany-46.2.ebuild index 9ec271df5e46..033df849ad9a 100644 --- a/www-client/epiphany/epiphany-46.2.ebuild +++ b/www-client/epiphany/epiphany-46.2.ebuild @@ -52,9 +52,11 @@ BDEPEND=" PATCHES=( # Test not ready to be run in sandboxed systems, also need # mesa[zink]. Skip, as done by Debian. + # https://bugs.gentoo.org/928015 + # https://bugs.gentoo.org/847862 # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2209 # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2271 - "${FILESDIR}/${PN}-46.2-disable-web-viez-test.patch" + "${FILESDIR}/${PN}-46.2-disable-web-view-test.patch" ) src_prepare() { diff --git a/www-client/epiphany/files/epiphany-46.2-disable-web-viez-test.patch b/www-client/epiphany/files/epiphany-46.2-disable-web-view-test.patch similarity index 100% rename from www-client/epiphany/files/epiphany-46.2-disable-web-viez-test.patch rename to www-client/epiphany/files/epiphany-46.2-disable-web-view-test.patch