diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-03-18 20:35:01 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-03-18 20:35:01 +0000 |
commit | 69e21af156c13434a9a8f2f7ad7f840f5bdc0212 (patch) | |
tree | 4e3581a57aa42b258ff478c2292d3328e288e446 /dev-libs/libtomcrypt/ChangeLog | |
parent | gimp 2.6.6 bump (diff) | |
download | gentoo-2-69e21af156c13434a9a8f2f7ad7f840f5bdc0212.tar.gz gentoo-2-69e21af156c13434a9a8f2f7ad7f840f5bdc0212.tar.bz2 gentoo-2-69e21af156c13434a9a8f2f7ad7f840f5bdc0212.zip |
Really fix bug 239583, fix linking against optional deps, fix compiler usage for cross compile
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libtomcrypt/ChangeLog')
-rw-r--r-- | dev-libs/libtomcrypt/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index d0ef29199011..972d31239e2f 100644 --- a/dev-libs/libtomcrypt/ChangeLog +++ b/dev-libs/libtomcrypt/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-libs/libtomcrypt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.33 2009/03/16 10:45:13 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.34 2009/03/18 20:35:01 tommy Exp $ + +*libtomcrypt-1.17-r3 (18 Mar 2009) + + 18 Mar 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + -libtomcrypt-1.17-r1.ebuild, -libtomcrypt-1.17-r2.ebuild, + +libtomcrypt-1.17-r3.ebuild: + Really fix bug 239583, fix linking against optional deps, fix compiler usage + for cross compile *libtomcrypt-1.17-r2 (16 Mar 2009) |