diff options
author | 2010-03-01 14:51:02 +0000 | |
---|---|---|
committer | 2010-03-01 14:51:02 +0000 | |
commit | 5e97ed7accc32fc8fac021ea4c8b2759245eb63f (patch) | |
tree | 90a674bcb33cb2b2128b259a99734dde0309ff79 /app-forensics | |
parent | Replace USE=bonjour with USE=zeroconf to match rest of tree, bug #307103 (diff) | |
download | gentoo-2-5e97ed7accc32fc8fac021ea4c8b2759245eb63f.tar.gz gentoo-2-5e97ed7accc32fc8fac021ea4c8b2759245eb63f.tar.bz2 gentoo-2-5e97ed7accc32fc8fac021ea4c8b2759245eb63f.zip |
Fixing manpage collision for #266723
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/tct/ChangeLog | 7 | ||||
-rw-r--r-- | app-forensics/tct/tct-1.19.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-forensics/tct/ChangeLog b/app-forensics/tct/ChangeLog index 449fc73bd06e..8f9b8d9c6a91 100644 --- a/app-forensics/tct/ChangeLog +++ b/app-forensics/tct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/tct -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.17 2009/11/08 11:46:46 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.18 2010/03/01 14:51:02 patrick Exp $ + + 01 Mar 2010; Patrick Lauer <patrick@gentoo.org> tct-1.19.ebuild: + Fixing manpage collision for #266723 *tct-1.19 (08 Nov 2009) diff --git a/app-forensics/tct/tct-1.19.ebuild b/app-forensics/tct/tct-1.19.ebuild index e4e822db3f62..a6dfe37a784a 100644 --- a/app-forensics/tct/tct-1.19.ebuild +++ b/app-forensics/tct/tct-1.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.19.ebuild,v 1.1 2009/11/08 11:46:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.19.ebuild,v 1.2 2010/03/01 14:51:02 patrick Exp $ inherit eutils toolchain-funcs @@ -55,7 +55,7 @@ src_install() { help-when-broken-into quick-start || die "doc installation failed" # these manual pages are provided by other packages - rm -f man/man1/{file,md5,icat,ils,lastcomm,timeout}.1 + rm -f man/man1/{file,md5,icat,ils,lastcomm,timeout,mactime}.1 rm -f man/man5/magic.5 doman man/*/* || die "man installation failed" |