From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D6C1B1384B4 for ; Thu, 26 Nov 2015 10:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9192921C124; Thu, 26 Nov 2015 10:52:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9B6021C11C for ; Thu, 26 Nov 2015 10:52:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C657E340755 for ; Thu, 26 Nov 2015 10:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C85FAF5D for ; Thu, 26 Nov 2015 10:51:56 +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: <1448535045.d7a7797d53f72355b5a7d9089a78364bb3e83de6.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eog/eog-3.18.1.ebuild X-VCS-Directories: media-gfx/eog/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d7a7797d53f72355b5a7d9089a78364bb3e83de6 X-VCS-Branch: master Date: Thu, 26 Nov 2015 10:51:56 +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: 33febe50-c90d-4051-9812-0246410cb59d X-Archives-Hash: 1ea8f4f30c0eb53568eb9bae5ddd99ad commit: d7a7797d53f72355b5a7d9089a78364bb3e83de6 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Nov 25 20:50:20 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Nov 26 10:50:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a7797d media-gfx/eog: remove unused inherit Package-Manager: portage-2.2.25 media-gfx/eog/eog-3.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/eog/eog-3.18.1.ebuild b/media-gfx/eog/eog-3.18.1.ebuild index 38b00e1..f2c341f 100644 --- a/media-gfx/eog/eog-3.18.1.ebuild +++ b/media-gfx/eog/eog-3.18.1.ebuild @@ -6,7 +6,7 @@ EAPI="5" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" -inherit eutils gnome2 +inherit gnome2 DESCRIPTION="The Eye of GNOME image viewer" HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome"