diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-09-24 05:30:47 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-09-24 05:30:47 +0000 |
commit | 3ee7883cd0aac46928ac68fe5942e23fe02035c4 (patch) | |
tree | 5ca976132fa5442b60fee2c0d80eaff1b1d741c5 /app-text/sablotron/ChangeLog | |
parent | add support for user specified compiler (diff) | |
download | historical-3ee7883cd0aac46928ac68fe5942e23fe02035c4.tar.gz historical-3ee7883cd0aac46928ac68fe5942e23fe02035c4.tar.bz2 historical-3ee7883cd0aac46928ac68fe5942e23fe02035c4.zip |
Fixes stdc++ linking issue. Closes #3876
Diffstat (limited to 'app-text/sablotron/ChangeLog')
-rw-r--r-- | app-text/sablotron/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index ce7945d9220a..faf81ad1b8c1 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-text/sablotron # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.5 2002/08/05 15:42:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.6 2002/09/24 05:30:47 rphillips Exp $ *sablotron-0.95-r1 (13 Jul 2002) + 23 Sep 2002; Ryan Phillips <rphillips@gentoo.org> sablotron-0.95-r1.ebuild : + + Fixed stdc++ linking issue; #3876 + 05 Aug 2002; Seemant Kulleen <seemant@gentoo.org> sablotron-0.95-r1.ebuild : Fallsafe: emake || make || die. From bug #6041 by shadow@ines.ro |