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 B1EA1138334 for ; Sun, 24 Jun 2018 19:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B81E0958; Sun, 24 Jun 2018 19:17:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 73FC5E0958 for ; Sun, 24 Jun 2018 19:17:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 27669335CA7 for ; Sun, 24 Jun 2018 19:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A225434B for ; Sun, 24 Jun 2018 19:17:44 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1529867841.07f2661ed9fd6426bd2427cd727d7baca38559da.eva@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.6.ebuild X-VCS-Directories: www-client/epiphany/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 07f2661ed9fd6426bd2427cd727d7baca38559da X-VCS-Branch: master Date: Sun, 24 Jun 2018 19:17:44 +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: 6d613e1b-ca95-45c2-a377-a10c91bcfe3d X-Archives-Hash: 8112ba056555061c42da71a241ebb393 commit: 07f2661ed9fd6426bd2427cd727d7baca38559da Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Jun 24 15:04:01 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Jun 24 19:17:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=07f2661e www-client/epiphany: drop unused eclass www-client/epiphany/epiphany-3.26.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/epiphany/epiphany-3.26.6.ebuild b/www-client/epiphany/epiphany-3.26.6.ebuild index 5ff6de88..f6302742 100644 --- a/www-client/epiphany/epiphany-3.26.6.ebuild +++ b/www-client/epiphany/epiphany-3.26.6.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -inherit flag-o-matic gnome-meson virtualx +inherit gnome-meson virtualx DESCRIPTION="GNOME webbrowser based on Webkit" HOMEPAGE="https://wiki.gnome.org/Apps/Web"