summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-13 22:07:53 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-13 22:07:53 +0000
commitb8113779ef7cde324ee87613b7f994301708519b (patch)
tree7e443981a3f2c027e1d450653c6d15a8c1047ff3 /app-editors/xvile/xvile-9.8e.ebuild
parentVersion bump. (diff)
downloadgentoo-2-b8113779ef7cde324ee87613b7f994301708519b.tar.gz
gentoo-2-b8113779ef7cde324ee87613b7f994301708519b.tar.bz2
gentoo-2-b8113779ef7cde324ee87613b7f994301708519b.zip
Remove unnecessary eutils usage.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xvile/xvile-9.8e.ebuild')
-rw-r--r--app-editors/xvile/xvile-9.8e.ebuild4
1 files changed, 2 insertions, 2 deletions
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"