From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-903490-garchives=archives.gentoo.org@lists.gentoo.org>
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 E65D7138330
	for <garchives@archives.gentoo.org>; Wed, 28 Sep 2016 21:35:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 88248E081D;
	Wed, 28 Sep 2016 21:35:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6A678E081D
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Sep 2016 21:35:21 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D371433FEDE
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Sep 2016 21:35:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F90C7E1
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Sep 2016 21:35:18 +0000 (UTC)
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" <wizardedit@gentoo.org>
Message-ID: <1475098512.d3e88ac8dcdaeeda36c2de8bb04f7e4111c8c9d3.wizardedit@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/gracer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-sports/gracer/gracer-0.1.5-r1.ebuild
X-VCS-Directories: games-sports/gracer/
X-VCS-Committer: wizardedit
X-VCS-Committer-Name: Austin English
X-VCS-Revision: d3e88ac8dcdaeeda36c2de8bb04f7e4111c8c9d3
X-VCS-Branch: master
Date: Wed, 28 Sep 2016 21:35:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: cf85857c-81eb-49dd-9f27-28c0d4a18431
X-Archives-Hash: ec417e4d566f5d7fe00fe301e6817eda

commit:     d3e88ac8dcdaeeda36c2de8bb04f7e4111c8c9d3
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 21:35:03 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 21:35:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e88ac8

games-sports/gracer: remove no longer needed eutils inherit

Package-Manager: portage-2.3.0

 games-sports/gracer/gracer-0.1.5-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-sports/gracer/gracer-0.1.5-r1.ebuild b/games-sports/gracer/gracer-0.1.5-r1.ebuild
index d841e11..f263522 100644
--- a/games-sports/gracer/gracer-0.1.5-r1.ebuild
+++ b/games-sports/gracer/gracer-0.1.5-r1.ebuild
@@ -3,7 +3,6 @@
 # $Id$
 
 EAPI=6
-inherit eutils
 
 DESCRIPTION="3D motor sports simulator"
 HOMEPAGE="http://gracer.sourceforge.net/"