diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-09-22 14:19:48 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-09-22 14:19:48 +0000 |
commit | f3d098332b9de71beeed56593102dd4d88bb15e4 (patch) | |
tree | 92017227f7a7a72599852f919a4036535c6b4aff /dev-libs/libgcrypt/ChangeLog | |
parent | Revbump: patch gpg-error-config to not provide -L options to system library p... (diff) | |
download | gentoo-2-f3d098332b9de71beeed56593102dd4d88bb15e4.tar.gz gentoo-2-f3d098332b9de71beeed56593102dd4d88bb15e4.tar.bz2 gentoo-2-f3d098332b9de71beeed56593102dd4d88bb15e4.zip |
Use libtool's macro to identify whether to use underscores in names or not. Closes bug #383865.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libgcrypt/ChangeLog')
-rw-r--r-- | dev-libs/libgcrypt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/libgcrypt/ChangeLog b/dev-libs/libgcrypt/ChangeLog index a047115763bc..95fa68a5800f 100644 --- a/dev-libs/libgcrypt/ChangeLog +++ b/dev-libs/libgcrypt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libgcrypt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.149 2011/07/01 21:49:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.150 2011/09/22 14:19:48 flameeyes Exp $ + + 22 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org> libgcrypt-1.5.0.ebuild, + +files/libgcrypt-1.5.0-uscore.patch: + Use libtool's macro to identify whether to use underscores in names or not. + Closes bug #383865. *libgcrypt-1.5.0 (01 Jul 2011) |