diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-03-10 14:36:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-03-10 14:36:58 +0000 |
commit | 2bc289a25405eff87e3b02150f5741e89e256bc7 (patch) | |
tree | 0bfe99187d7f923c95f1472e2c438edb2a90e6d2 /net-misc/rdist/ChangeLog | |
parent | Fixing to properly use games.eclass and closing bug #44220. (Manifest recommit) (diff) | |
download | gentoo-2-2bc289a25405eff87e3b02150f5741e89e256bc7.tar.gz gentoo-2-2bc289a25405eff87e3b02150f5741e89e256bc7.tar.bz2 gentoo-2-2bc289a25405eff87e3b02150f5741e89e256bc7.zip |
Fix bug 41781 by using yacc and ARG_TYPE=ARG_STDARG. Thanks to Antti Hätälä and Horst Prote for the fix.
Diffstat (limited to 'net-misc/rdist/ChangeLog')
-rw-r--r-- | net-misc/rdist/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/rdist/ChangeLog b/net-misc/rdist/ChangeLog index 9de04a1355ea..b8c39e196430 100644 --- a/net-misc/rdist/ChangeLog +++ b/net-misc/rdist/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/rdist -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdist/ChangeLog,v 1.5 2003/09/08 16:44:30 avenj Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdist/ChangeLog,v 1.6 2004/03/10 14:36:57 agriffis Exp $ + +*rdist-6.1.5-r1 (10 Mar 2004) + + 10 Mar 2004; Aron Griffis <agriffis@gentoo.org> rdist-6.1.5-r1.ebuild: + Fix bug 41781 by using yacc and ARG_TYPE=ARG_STDARG. Thanks to Antti Hätälä + and Horst Prote for the fix. 08 Sep 2003; Jon Portnoy <avenj@gentoo.org> rdist-6.1.5.ebuild : Changed ebuild to use bison instead of yacc. Fixes bug 24465. |