commit: 04e5c9eeb34b27cd0807f1d19b7046dfdc7f8d71
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 15:47:35 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 15:47:35 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=04e5c9ee
www-client/epiphany: bump
fix https_everywhere disable flag typo
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1
www-client/epiphany/{epiphany-3.26.2.ebuild => epiphany-3.26.6.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/epiphany/epiphany-3.26.2.ebuild
b/www-client/epiphany/epiphany-3.26.6.ebuild
similarity index 98%
rename from www-client/epiphany/epiphany-3.26.2.ebuild
rename to www-client/epiphany/epiphany-3.26.6.ebuild
index fe54b55c..5ff6de88 100644
--- a/www-client/epiphany/epiphany-3.26.2.ebuild
+++ b/www-client/epiphany/epiphany-3.26.6.ebuild
@@ -56,7 +56,7 @@ PATCHES=(
src_configure() {
gnome-meson_src_configure \
-Ddistributor_name=Gentoo \
- -Dhttpps_everywhere=false \
+ -Dhttps_everywhere=false \
$(meson_use test unit_tests)
}