commit: 60018d0e18f0c9596fa036ec8a868d5f3212e014 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 9 19:57:40 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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