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 8D9D51396D0 for ; Tue, 8 Aug 2017 10:58:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCB0FE0823; Tue, 8 Aug 2017 10:58:47 +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 95722E0823 for ; Tue, 8 Aug 2017 10:58:47 +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 4DF943419CD for ; Tue, 8 Aug 2017 10:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 221E475D1 for ; Tue, 8 Aug 2017 10:58:43 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1502189918.cf681633c2bc27af32123d7ae57255977703797e.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.170.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: cf681633c2bc27af32123d7ae57255977703797e X-VCS-Branch: master Date: Tue, 8 Aug 2017 10:58:43 +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: 750733c5-e9e8-48d8-a862-e2f3c0e2ab16 X-Archives-Hash: 8d5c7b2f61d2ae89b11200a25998fa0a commit: cf681633c2bc27af32123d7ae57255977703797e Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 8 10:58:23 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 8 10:58:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf681633 dev-libs/elfutils: dropped unused 'eutils' inheritance Noticed by [Arfrever] Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-libs/elfutils/elfutils-0.170.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/elfutils/elfutils-0.170.ebuild b/dev-libs/elfutils/elfutils-0.170.ebuild index bf9aa9d2e54..5172c44eb91 100644 --- a/dev-libs/elfutils/elfutils-0.170.ebuild +++ b/dev-libs/elfutils/elfutils-0.170.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils flag-o-matic multilib-minimal +inherit flag-o-matic multilib-minimal DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" HOMEPAGE="http://elfutils.org/"