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 EB3C7138806 for ; Mon, 25 Dec 2017 16:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED29AE0ECA; Mon, 25 Dec 2017 16:24:43 +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 CBD66E0ECA for ; Mon, 25 Dec 2017 16:24:43 +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 4242A33BEF4 for ; Mon, 25 Dec 2017 16:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9427B747C for ; Mon, 25 Dec 2017 16:24:39 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1514219052.024df5720072976f8f6725aaebf4521bd983c993.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/eselect/eselect-1.4.10.ebuild X-VCS-Directories: app-admin/eselect/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 024df5720072976f8f6725aaebf4521bd983c993 X-VCS-Branch: master Date: Mon, 25 Dec 2017 16:24:39 +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: c0a4fa16-3f25-49f0-9a45-c4f2c2b0cc33 X-Archives-Hash: e0cf781c923434d1b5689756c7f21e40 commit: 024df5720072976f8f6725aaebf4521bd983c993 Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 25 16:24:12 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 25 16:24:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024df572 app-admin/eselect: Drop unused eutils inherit. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-admin/eselect/eselect-1.4.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/eselect/eselect-1.4.10.ebuild b/app-admin/eselect/eselect-1.4.10.ebuild index 40722df6b35..9d5ea613a47 100644 --- a/app-admin/eselect/eselect-1.4.10.ebuild +++ b/app-admin/eselect/eselect-1.4.10.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils bash-completion-r1 +inherit bash-completion-r1 DESCRIPTION="Gentoo's multi-purpose configuration and management tool" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"