summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-04-12 15:02:21 +0000
committerJeroen Roovers <jer@gentoo.org>2011-04-12 15:02:21 +0000
commit6dd63313290d0731fdb36a94c5985a18496d0414 (patch)
tree440f51e36c528bbff7862c0fb695c60eb446d5df /net-analyzer/hydra/hydra-6.1.ebuild
parentav_parser_parse is to be removed with the next major bump, bug #362949 (diff)
downloadgentoo-2-6dd63313290d0731fdb36a94c5985a18496d0414.tar.gz
gentoo-2-6dd63313290d0731fdb36a94c5985a18496d0414.tar.bz2
gentoo-2-6dd63313290d0731fdb36a94c5985a18496d0414.zip
Do not try to install TODO (bug #363305).
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/hydra/hydra-6.1.ebuild')
-rw-r--r--net-analyzer/hydra/hydra-6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/hydra/hydra-6.1.ebuild b/net-analyzer/hydra/hydra-6.1.ebuild
index 5c17c6649cc8..1d3bda293438 100644
--- a/net-analyzer/hydra/hydra-6.1.ebuild
+++ b/net-analyzer/hydra/hydra-6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-6.1.ebuild,v 1.2 2011/03/01 22:44:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-6.1.ebuild,v 1.3 2011/04/12 15:02:21 jer Exp $
EAPI="2"
@@ -78,5 +78,5 @@ src_install() {
if use gtk ; then
dobin hydra-gtk/src/xhydra || die "gtk"
fi
- dodoc CHANGES README TODO
+ dodoc CHANGES README
}