commit: 024df5720072976f8f6725aaebf4521bd983c993 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 16:24:12 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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"
