From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1016534-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 5BDFB138332
	for <garchives@archives.gentoo.org>; Tue, 10 Apr 2018 10:36:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 23787E0953;
	Tue, 10 Apr 2018 10:36:51 +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 F1594E0952
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Apr 2018 10:36:50 +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 42BFE335C43
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Apr 2018 10:36:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A89B3284
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Apr 2018 10:36:47 +0000 (UTC)
From: "Jonas Stein" <jstein@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, "Jonas Stein" <jstein@gentoo.org>
Message-ID: <1523356598.8c36e1e8103328e4aa4a8870e06cbe53eb2cc847.jstein@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/xmltv/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-tv/xmltv/xmltv-0.5.70.ebuild
X-VCS-Directories: media-tv/xmltv/
X-VCS-Committer: jstein
X-VCS-Committer-Name: Jonas Stein
X-VCS-Revision: 8c36e1e8103328e4aa4a8870e06cbe53eb2cc847
X-VCS-Branch: master
Date: Tue, 10 Apr 2018 10:36:47 +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: a5f910fa-c268-4fe0-8efe-080332f3917d
X-Archives-Hash: 9439db900c45a6cdd530faa3c5248f5b

commit:     8c36e1e8103328e4aa4a8870e06cbe53eb2cc847
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 10 10:36:38 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 10:36:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c36e1e8

media-tv/xmltv: Drop eutils

inherited eutils, but no functions used since EAPI=6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-tv/xmltv/xmltv-0.5.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/xmltv/xmltv-0.5.70.ebuild b/media-tv/xmltv/xmltv-0.5.70.ebuild
index b32fc832916..dd339abb1ba 100644
--- a/media-tv/xmltv/xmltv-0.5.70.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.70.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils perl-module
+inherit perl-module
 
 DESCRIPTION="Set of utilities to manage TV listings stored in the XMLTV format"
 HOMEPAGE="http://xmltv.org"