diff options
author | 2004-06-06 20:07:59 +0000 | |
---|---|---|
committer | 2004-06-06 20:07:59 +0000 | |
commit | 5c53917148aede01c180efed1404e3d16ad5b126 (patch) | |
tree | 707be4e4a6c248b099f67b5e66a4228229ace437 /app-office/ical/ChangeLog | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-5c53917148aede01c180efed1404e3d16ad5b126.tar.gz gentoo-2-5c53917148aede01c180efed1404e3d16ad5b126.tar.bz2 gentoo-2-5c53917148aede01c180efed1404e3d16ad5b126.zip |
Fix compile error reported by Daniel Webert <daniel_webert@web.de> in bug #52883, which was caused by the sed statement not actually acting on any files. The fix was found by stan <stan@saticed.me.uk>. Additionally, man pages were going into /usr/man not /usr/share/man, so fixed that too.
Diffstat (limited to 'app-office/ical/ChangeLog')
-rw-r--r-- | app-office/ical/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-office/ical/ChangeLog b/app-office/ical/ChangeLog index 148d3ddacbbc..175a3c43d892 100644 --- a/app-office/ical/ChangeLog +++ b/app-office/ical/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/ical # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ical/ChangeLog,v 1.6 2004/03/15 04:11:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ical/ChangeLog,v 1.7 2004/06/06 20:07:59 seemant Exp $ + + 06 Jun 2004; Seemant Kulleen <seemant@gentoo.org> ical-2.2.1.ebuild: + Fix compile error reported by Daniel Webert <daniel_webert@web.de> in bug + #52883, which was caused by the sed statement not actually acting on any + files. The fix was found by stan <stan@saticed.me.uk>. Additionally, man pages + were going into /usr/man not /usr/share/man, so fixed that too. 14 Mar 2004; Seemant Kulleen <seemant@gentoo.org> ical-2.2.1.ebuild: clean ups for bug #44712 by Michael Sterret <mr_bones_@gentoo.org> |