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 DD088138334 for ; Wed, 15 May 2019 08:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 963CBE082D; Wed, 15 May 2019 08:41:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6C81AE082D for ; Wed, 15 May 2019 08:41:16 +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 D1B8D344525 for ; Wed, 15 May 2019 08:41:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E3695E7 for ; Wed, 15 May 2019 08:41:13 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1557909671.16f3268f3417198205ea399bd9aa711bdcec3a69.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtrace/libtrace-4.0.7.ebuild X-VCS-Directories: net-libs/libtrace/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 16f3268f3417198205ea399bd9aa711bdcec3a69 X-VCS-Branch: master Date: Wed, 15 May 2019 08:41:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e29fdc73-5b1e-4e19-98cf-b79fb7f97cb5 X-Archives-Hash: 284755f4f1384e4283bed57e79515c73 commit: 16f3268f3417198205ea399bd9aa711bdcec3a69 Author: Jeroen Roovers gentoo org> AuthorDate: Wed May 15 08:36:38 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed May 15 08:41:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f3268f net-libs/libtrace: Drop eutils.eclass Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/libtrace/libtrace-4.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libtrace/libtrace-4.0.7.ebuild b/net-libs/libtrace/libtrace-4.0.7.ebuild index c8291b01d7f..d5c5a09369d 100644 --- a/net-libs/libtrace/libtrace-4.0.7.ebuild +++ b/net-libs/libtrace/libtrace-4.0.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils +inherit autotools DESCRIPTION="A library and tools for trace processing" HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"