summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-08-07 20:20:27 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-08-07 20:20:27 +0000
commitb1672e61e4c0af74c3586cebace2efbf081f9948 (patch)
tree6ccba21ada9e04f0ed365a88f0c05c3bb4122609 /sys-apps/vbetool/vbetool-1.0.ebuild
parentVersion bump, bug #234185 (diff)
downloadgentoo-2-b1672e61e4c0af74c3586cebace2efbf081f9948.tar.gz
gentoo-2-b1672e61e4c0af74c3586cebace2efbf081f9948.tar.bz2
gentoo-2-b1672e61e4c0af74c3586cebace2efbf081f9948.zip
LRMI doc is gone in 1.0.
(Portage version: 2.2_rc6/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'sys-apps/vbetool/vbetool-1.0.ebuild')
-rw-r--r--sys-apps/vbetool/vbetool-1.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/vbetool/vbetool-1.0.ebuild b/sys-apps/vbetool/vbetool-1.0.ebuild
index 949a00054c2d..bffb272e2d5d 100644
--- a/sys-apps/vbetool/vbetool-1.0.ebuild
+++ b/sys-apps/vbetool/vbetool-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/vbetool-1.0.ebuild,v 1.1 2007/12/05 00:05:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/vbetool-1.0.ebuild,v 1.2 2008/08/07 20:20:27 robbat2 Exp $
inherit eutils flag-o-matic autotools
@@ -36,5 +36,4 @@ src_compile() {
src_install() {
emake install DESTDIR="${D}" || die "install failed"
- dodoc LRMI
}