From b8113779ef7cde324ee87613b7f994301708519b Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 13 Dec 2011 22:07:53 +0000 Subject: Remove unnecessary eutils usage. (Portage version: 2.2.0_alpha79/cvs/Linux x86_64) --- app-editors/xvile/xvile-9.8e.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-editors/xvile/xvile-9.8e.ebuild') diff --git a/app-editors/xvile/xvile-9.8e.ebuild b/app-editors/xvile/xvile-9.8e.ebuild index 3769b6d0871b..5dd3efa7936a 100644 --- a/app-editors/xvile/xvile-9.8e.ebuild +++ b/app-editors/xvile/xvile-9.8e.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.8e.ebuild,v 1.1 2011/04/30 20:53:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.8e.ebuild,v 1.2 2011/12/13 22:07:53 radhermit Exp $ EAPI=4 -inherit eutils versionator +inherit versionator MY_P="${PN/x/}-${PV}" DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -- cgit v1.2.3-65-gdbad