Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: www-client/epiphany/
Date: Fri, 16 Feb 2018 15:47:45
Message-Id: 1518796055.04e5c9eeb34b27cd0807f1d19b7046dfdc7f8d71.sobhan@gentoo
1 commit: 04e5c9eeb34b27cd0807f1d19b7046dfdc7f8d71
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 15:47:35 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 15:47:35 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=04e5c9ee
7
8 www-client/epiphany: bump
9
10 fix https_everywhere disable flag typo
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13 Manifest-Sign-Key: 0x7DF238CF0AA182E1
14
15 www-client/epiphany/{epiphany-3.26.2.ebuild => epiphany-3.26.6.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-client/epiphany/epiphany-3.26.2.ebuild b/www-client/epiphany/epiphany-3.26.6.ebuild
19 similarity index 98%
20 rename from www-client/epiphany/epiphany-3.26.2.ebuild
21 rename to www-client/epiphany/epiphany-3.26.6.ebuild
22 index fe54b55c..5ff6de88 100644
23 --- a/www-client/epiphany/epiphany-3.26.2.ebuild
24 +++ b/www-client/epiphany/epiphany-3.26.6.ebuild
25 @@ -56,7 +56,7 @@ PATCHES=(
26 src_configure() {
27 gnome-meson_src_configure \
28 -Ddistributor_name=Gentoo \
29 - -Dhttpps_everywhere=false \
30 + -Dhttps_everywhere=false \
31 $(meson_use test unit_tests)
32 }