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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C680A1382C5 for ; Fri, 16 Feb 2018 15:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F39EBE0A90; Fri, 16 Feb 2018 15:47:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D04CAE0A90 for ; Fri, 16 Feb 2018 15:47:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A726D335C0C for ; Fri, 16 Feb 2018 15:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6306C1C9 for ; Fri, 16 Feb 2018 15:47:42 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1518796055.04e5c9eeb34b27cd0807f1d19b7046dfdc7f8d71.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: www-client/epiphany/ X-VCS-Repository: proj/gnome X-VCS-Files: www-client/epiphany/epiphany-3.26.2.ebuild www-client/epiphany/epiphany-3.26.6.ebuild X-VCS-Directories: www-client/epiphany/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 04e5c9eeb34b27cd0807f1d19b7046dfdc7f8d71 X-VCS-Branch: master Date: Fri, 16 Feb 2018 15:47: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-Archives-Salt: da5cfdfe-a3a8-4231-8ea3-fd1ff033f39a X-Archives-Hash: 7c977e7baeaab9178fa6dd0ed7ed6fbd commit: 04e5c9eeb34b27cd0807f1d19b7046dfdc7f8d71 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Fri Feb 16 15:47:35 2018 +0000 Commit: Sobhan Mohammadpour gentoo 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) }